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

Wrong scope descriptions in puffin viewer when running profiled program multiple times #200

Open
rasmusgo opened this issue Mar 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rasmusgo
Copy link

Describe the bug
The scope ids may change between different runs of the same program depending on the order the scopes are encountered as the program runs. This results in misleading information in the viewer.

To Reproduce
Steps to reproduce the behavior:

  1. Start puffin viewer
  2. Run program with random ordering of scopes
  3. Close the program but not the puffin viewer
  4. Run the same program again
  5. See that the scope descriptions are wrong

Expected behavior
The scope descriptions should be correct even when running the program multiple times without restarting the viewer.

Screenshots
If applicable, add screenshots to help explain your problem.

Device:

  • OS: Windows
  • Browser: N/A
  • Version puffin 0.19, puffin_http 0.16

Additional context
I think this problem is related to #169

@rasmusgo rasmusgo added the bug Something isn't working label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant