Skip to content

Commit db211f5

Browse files
lkollarmiss-islington
authored andcommitted
gh-150034: Print JSONL filename when profiling finishes (GH-150035)
(cherry picked from commit 06a2830) Co-authored-by: László Kiss Kollár <kiss.kollar.laszlo@gmail.com>
1 parent 653f12b commit db211f5

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)