You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All reporters either print the name of the file they generate or in the case of --pstats, the report is displayed. However, --json does not print the filename and this can make it tricky to figure out the result file name, especially when performing multiple runs.
sudo ./python.exe -m profiling.sampling run --jsonl test_workload.py
Starting test workload...
Workload finished.
Captured 5,069 samples in 5.07 seconds
Sample rate: 999.98 samples/sec
Error rate: 0.28
Bug report
Bug description:
All reporters either print the name of the file they generate or in the case of
--pstats, the report is displayed. However,--jsondoes not print the filename and this can make it tricky to figure out the result file name, especially when performing multiple runs.CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs