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
Large numbers are not too human readable. For example 90000000 is not clear, it is not immediately visible is it 9 million, 90 million, or 900 million. Alternatives like "90 000 000", "90M" would be far more readable.
How to reproduce
vprof -c h python-script.py
Actual results
Popup window has Run count: 90000000
Expected results
Popup window has Run count: 90 000 000
Version and platform
mateusz@grisznak:~$ pip list | grep vprof
vprof 0.37.6
Description
Large numbers are not too human readable. For example 90000000 is not clear, it is not immediately visible is it 9 million, 90 million, or 900 million. Alternatives like "90 000 000", "90M" would be far more readable.
How to reproduce
vprof -c h python-script.py
Actual results
Popup window has
Run count: 90000000
Expected results
Popup window has
Run count: 90 000 000
Version and platform
Current pre-release according to https://github.com/nvdv/vprof/releases
Other similar
#76 - requesting human readable formatting of run time
The text was updated successfully, but these errors were encountered: