I would assume the output of pyperf
is in real time, but I couldn't find confirmation anywhere.
As suggested by @Barmar, the output of
python3 -m pyperf timeit 'import time; time.sleep(10)' --debug-single-value
is
10.0 sec
This indicates that it is real time.