cpython/Lib/profiling/sampling
Miss Islington (bot) 68abb378af
[3.15] gh-152434: Fix async-aware Gecko collection (GH-152442) (#152450)
gh-152434: Fix async-aware Gecko collection (GH-152442)
(cherry picked from commit 87ac0bc66a)

Co-authored-by: László Kiss Kollár <kiss.kollar.laszlo@gmail.com>
2026-06-27 18:00:28 +00: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 gh-135953: Add flamegraph reporter to sampling profiler (#138715) 2025-09-09 23:06:45 +01:00
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 gh-142654: show the clear error message when sampling on an unknown PID in tachyon (#142655) 2025-12-17 14:15:22 +00:00
_child_monitor.py gh-138122: Replace --interval with --sampling-rate (#143085) 2025-12-24 13:46:33 +00:00
_css_utils.py gh-140677 Add heatmap visualization to Tachyon sampling profiler (#140680) 2025-12-02 20:33:40 +00:00
_format_utils.py gh-142927: Tachyon: Comma separate thousands and fix singular/plurals (#142934) 2025-12-22 14:15:57 +00:00
_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 [3.15] gh-145306: Fix browser open after empty export (GH-150017) (#152447) 2026-06-27 17:36:38 +00:00
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-145306: Fix browser open after empty export (GH-150017) (#152447) 2026-06-27 17:36:38 +00:00
collector.py [3.15] gh-145306: Fix browser open after empty export (GH-150017) (#152447) 2026-06-27 17:36:38 +00: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 gh-142654: show the clear error message when sampling on an unknown PID in tachyon (#142655) 2025-12-17 14:15:22 +00:00
gecko_collector.py [3.15] gh-152434: Fix async-aware Gecko collection (GH-152442) (#152450) 2026-06-27 18:00:28 +00:00
heatmap_collector.py [3.15] gh-145306: Fix browser open after empty export (GH-150017) (#152447) 2026-06-27 17:36:38 +00:00
jsonl_collector.py [3.15] gh-145306: Fix browser open after empty export (GH-150017) (#152447) 2026-06-27 17:36:38 +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 gh-138122: Make the tachyon profiler opcode-aware (#142394) 2025-12-11 03:41:47 +00:00
pstats_collector.py [3.15] gh-145306: Fix browser open after empty export (GH-150017) (#152447) 2026-06-27 17:36:38 +00:00
sample.py [3.15] gh-148932: Fix profiling.sampling on Windows virtual environments (GH-150541) (#151097) 2026-06-08 23:04:06 +01:00
stack_collector.py [3.15] gh-145306: Fix browser open after empty export (GH-150017) (#152447) 2026-06-27 17:36:38 +00:00
string_table.py gh-135953: Reduce memory usage of stack collectors (#138875) 2025-09-14 23:47:14 +01:00