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 4fb3ade commit a0decb5Copy full SHA for a0decb5
1 file changed
Lib/profiling/sampling/jsonl_collector.py
@@ -48,9 +48,6 @@ def __init__(self, sample_interval_usec, *, skip_idle=False, mode=None):
48
self._mode = mode
49
50
def process_frames(self, frames, _thread_id, weight=1):
51
- if not frames:
52
- return
53
-
54
self._samples_total += weight
55
self._seen_frame_ids.clear()
56
0 commit comments