We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4928b9 commit 5556396Copy full SHA for 5556396
1 file changed
Lib/profiling/sampling/stack_collector.py
@@ -452,6 +452,7 @@ def __init__(self, sample_interval_usec, *, baseline_binary_path, skip_idle=Fals
452
self.baseline_binary_path = baseline_binary_path
453
self._baseline_collector = None
454
self._elided_paths = set()
455
+
456
def _load_baseline(self):
457
"""Load baseline profile from binary file."""
458
from .binary_reader import BinaryReader
0 commit comments