gh-150034: Print JSONL filename when profiling finishes (#150035)

This commit is contained in:
László Kiss Kollár 2026-05-20 04:29:48 -07:00 committed by GitHub
parent 244300162d
commit 06a2830aa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,6 +164,7 @@ def export(self, filename):
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 = {