mirror of
https://github.com/python/cpython.git
synced 2026-06-04 16:50:51 +00:00
gh-150034: Print JSONL filename when profiling finishes (#150035)
This commit is contained in:
parent
244300162d
commit
06a2830aa8
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue