-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Open
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirpendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtopic-profiling
Description
currently the documentation states in https://docs.python.org/3.15/library/profiling.sampling.html#module-profiling.sampling
python -m profiling.sampling run script.py
which gives
python -m profiling.sampling run script
Profiler coordinator error: Script not found: /home/azureuser/Nuitka/run
Captured 90 samples in 0.01 seconds
Sample rate: 10000.08 samples/sec
Error rate: 1.11%
No samples were collected.
so it should be
python -m profiling.sampling script.py
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirpendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtopic-profiling
Projects
Status
Todo