Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more human readable run count in heatmap #90

Open
matkoniecz opened this issue Jun 12, 2019 · 0 comments
Open

more human readable run count in heatmap #90

matkoniecz opened this issue Jun 12, 2019 · 0 comments

Comments

@matkoniecz
Copy link

matkoniecz commented Jun 12, 2019

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
mateusz@grisznak:~$ pip list | grep vprof
vprof                              0.37.6

Current pre-release according to https://github.com/nvdv/vprof/releases

mateusz@grisznak:~$ uname -a
Linux grisznak 4.15.0-51-generic #55~16.04.1-Ubuntu SMP Thu May 16 09:24:37 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Firefox 67.0.1 (64-bit)
mateusz@grisznak:~$ p --version
Python 3.5.2

Other similar

#76 - requesting human readable formatting of run time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants