scalene icon indicating copy to clipboard operation
scalene copied to clipboard

Discrepency between online GUI and the generated HTML

Open volovikariel opened this issue 10 months ago • 0 comments

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:

  1. Profile anything with scalene
  2. Open the .html output in Firefox or Chrome
  3. 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"): image

On http://plasma-umass.org/scalene-gui/ it's as follows: image

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.

volovikariel avatar Apr 23 '24 03:04 volovikariel