Skip to content

Commit 9c26209

Browse files
[3.15] gh-150034: Print JSONL filename when profiling finishes (GH-150035) (#150151)
1 parent 034c536 commit 9c26209

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/profiling/sampling/jsonl_collector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def export(self, filename):
164164
self._iter_final_agg_entries(),
165165
)
166166
self._write_message(output, self._build_end_record())
167+
print(f"JSONL profile written to {filename}")
167168

168169
def _build_meta_record(self):
169170
record = {

0 commit comments

Comments
 (0)