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 0959d8eCopy full SHA for 0959d8e
1 file changed
Lib/profiling/sampling/jsonl_collector.py
@@ -164,6 +164,7 @@ def export(self, filename):
164
self._iter_final_agg_entries(),
165
)
166
self._write_message(output, self._build_end_record())
167
+ print(f"JSONL profile written to {filename}")
168
169
def _build_meta_record(self):
170
record = {
0 commit comments