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 5775aa8 commit 85d99eaCopy full SHA for 85d99ea
1 file changed
Lib/profiling/sampling/jsonl_collector.py
@@ -128,6 +128,7 @@ def process_frames(self, frames, _thread_id, weight=1):
128
self._frame_cumulative[frame_id] += weight
129
130
def export(self, filename):
131
+ print(f"JSONL profile written to {filename}")
132
with open(filename, "w", encoding="utf-8") as output:
133
self._write_message(output, self._build_meta_record())
134
self._write_chunked_records(
0 commit comments