We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bottom popup in flame graph may be hidden what is undesirable
Generate flame graph, hover over a bottom line
I can see contents.
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
Code that should be changed to fix this is in https://github.com/nvdv/vprof/tree/master/vprof/ui , right?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Bottom popup in flame graph may be hidden what is undesirable
How to reproduce
Generate flame graph, hover over a bottom line
Actual results
Expected results
I can see contents.
Version and platform
Current pre-release according to https://github.com/nvdv/vprof/releases
Affected code
Code that should be changed to fix this is in https://github.com/nvdv/vprof/tree/master/vprof/ui , right?
The text was updated successfully, but these errors were encountered: