scalene
scalene copied to clipboard
Discrepency between online GUI and the generated HTML
Describe the bug Not sure if this is a bug or intended, but the HTML file generated locally differs from what is available here: http://plasma-umass.org/scalene-gui/
To Reproduce Steps to reproduce the behavior:
- Profile anything with scalene
- Open the
.html
output in Firefox or Chrome - Compare it to the output on http://plasma-umass.org/scalene-gui/
Expected behavior I would expect them to be the same. In particular, I would expect to be able to hover over the bars and see a popup with %native %python, etc. Instead of nothing showing up
Screenshots
The output generated from running scalene with: python -m scalene src/main.py
is as follows (note that I'm hovering on the "bar"):
On http://plasma-umass.org/scalene-gui/ it's as follows:
Desktop (please complete the following information):
- OS: Ubuntu 22.04
- Browser: Both Chrome and Firefox(125.0.1)
- Version: Scalene version 1.5.39 (2024.04.15)
(I also tried it with python3 -m pip install git+https://github.com/plasma-umass/scalene`)
Additional context Add any other context about the problem here.