cpython/Lib/profiling/sampling
Miss Islington (bot) 8b73ce9ab8
[3.15] gh-149718: Aggregate same stack frames in Tachyon in some collectors (GH-149719) (#149747)
gh-149718: Aggregate same stack frames in Tachyon in some collectors (GH-149719)
(cherry picked from commit 76f2285341)

Co-authored-by: Maurycy Pawłowski-Wieroński <maurycy@maurycy.com>
2026-05-13 01:30:22 +01:00
..
_assets gh-140727: Update tachyon logo (#148965) 2026-04-25 22:27:11 +01:00
_flamegraph_assets gh-142927: Show module names instead of file paths in flamegraph (#146040) 2026-04-29 10:00:07 +01:00
_heatmap_assets [3.15] gh-149430: Fix edge-cases in profiling.sampling outputs (GH-149431) (#149602) 2026-05-09 13:33:05 +00:00
_shared_assets
_vendor
live_collector gh-144384: Lazily import _colorize (#149318) 2026-05-06 16:07:43 +00:00
__init__.py gh-146256: Add --jsonl collector to the profiling.sampling (#146257) 2026-05-05 00:44:37 +00:00
__main__.py
_child_monitor.py
_css_utils.py
_format_utils.py
_sync_coordinator.py
binary_collector.py
binary_reader.py gh-146256: Add --jsonl collector to the profiling.sampling (#146257) 2026-05-05 00:44:37 +00:00
cli.py [3.15] gh-149430: Fix edge-cases in profiling.sampling outputs (GH-149431) (#149602) 2026-05-09 13:33:05 +00:00
collector.py [3.15] gh-149718: Aggregate same stack frames in Tachyon in some collectors (GH-149719) (#149747) 2026-05-13 01:30:22 +01:00
constants.py gh-146256: Add --jsonl collector to the profiling.sampling (#146257) 2026-05-05 00:44:37 +00:00
dump.py gh-149296: Add dump subcommand to sampling profiler for one-shot stack snapshots (#149297) 2026-05-04 01:02:33 +01:00
errors.py
gecko_collector.py [3.15] gh-149718: Aggregate same stack frames in Tachyon in some collectors (GH-149719) (#149747) 2026-05-13 01:30:22 +01:00
heatmap_collector.py [3.15] gh-149718: Aggregate same stack frames in Tachyon in some collectors (GH-149719) (#149747) 2026-05-13 01:30:22 +01:00
jsonl_collector.py gh-146256: Add --jsonl collector to the profiling.sampling (#146257) 2026-05-05 00:44:37 +00:00
module_utils.py gh-142927: Show module names instead of file paths in flamegraph (#146040) 2026-04-29 10:00:07 +01:00
opcode_utils.py
pstats_collector.py [3.15] gh-149718: Aggregate same stack frames in Tachyon in some collectors (GH-149719) (#149747) 2026-05-13 01:30:22 +01:00
sample.py [3.15] gh-149718: Aggregate same stack frames in Tachyon in some collectors (GH-149719) (#149747) 2026-05-13 01:30:22 +01:00
stack_collector.py [3.15] gh-149718: Aggregate same stack frames in Tachyon in some collectors (GH-149719) (#149747) 2026-05-13 01:30:22 +01:00
string_table.py