From: László Kiss Kollár Date: Wed, 20 May 2026 11:29:48 +0000 (-0700) Subject: gh-150034: Print JSONL filename when profiling finishes (#150035) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06a2830aa8ea181b664ef04a930011e6e4591ab8;p=thirdparty%2FPython%2Fcpython.git gh-150034: Print JSONL filename when profiling finishes (#150035) --- diff --git a/Lib/profiling/sampling/jsonl_collector.py b/Lib/profiling/sampling/jsonl_collector.py index 7d26129b80de..5aa42ef09024 100644 --- a/Lib/profiling/sampling/jsonl_collector.py +++ b/Lib/profiling/sampling/jsonl_collector.py @@ -164,6 +164,7 @@ class JsonlCollector(StackTraceCollector): self._iter_final_agg_entries(), ) self._write_message(output, self._build_end_record()) + print(f"JSONL profile written to {filename}") def _build_meta_record(self): record = {