cpython/Lib/profiling/sampling
2026-06-06 13:45:53 +01:00
..
_assets gh-140727: Update tachyon logo (#148965) 2026-04-25 22:27:11 +01:00
_flamegraph_assets [3.15] gh-150258: Show relative percentage on Tachyon flamegraph (GH-150266) (#150312) 2026-05-23 15:30:19 +00: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 gh-142927: Detect system theme in flame graph like in heatmap (#144885) 2026-03-10 13:38:48 +02:00
_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 gh-143040: Exit taychon live mode gracefully and display profiled script errors (#143101) 2025-12-27 00:36:15 +00:00
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-150662: Stop unbounded memory growth in Tachyon --gecko collector (GH-150845) (#151000) 2026-06-06 13:45:53 +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 [3.15] gh-150034: Print JSONL filename when profiling finishes (GH-150035) (#150151) 2026-05-20 12:00:49 +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-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior (GH-149649) (#150152) 2026-05-20 11:59:10 +00: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