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

Certain views are unusually slow to load #405

Open
ebugden opened this issue Jun 30, 2021 · 3 comments
Open

Certain views are unusually slow to load #405

ebugden opened this issue Jun 30, 2021 · 3 comments
Labels
Trace Server Involve changes in the trace server itself (in the incubator source code)

Comments

@ebugden
Copy link
Contributor

ebugden commented Jun 30, 2021

Slowness varies between user (ex. 40 s for @MatthewKhouzam, slightly longer for @arfio). @tahini suspects this is unusual and worth more exploration. Views to look into:

  • Irq Analysis – latency vs time
  • Futex contention analysis- latency vs time
  • System call latency – latency vs time
  • Flame chart

This is not urgent right now. @thefinaljob is working on #284 which will make this less confusing.

More context in #296 (comment)

@ebugden ebugden added the Trace Server Involve changes in the trace server itself (in the incubator source code) label Jun 30, 2021
@arfio
Copy link
Contributor

arfio commented Jun 30, 2021

It depends a lot on the trace being analyzed. In my case, it was pretty slow but the trace was >1GB. There should be some way of having a progress bar at least.

@ebugden
Copy link
Contributor Author

ebugden commented Jun 30, 2021

Good point! I added that this was not urgent and that @thefinaljob is working on adding a progress bar #284.

I created the issue to have a record, but we can close it if eventually we realize it was just the file size.

@ebugden
Copy link
Contributor Author

ebugden commented Nov 30, 2021

All of the latency vs. time views are currently filtered out client-side (#508) since these views contain discrete data and scatter plots aren't supported yet #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Trace Server Involve changes in the trace server itself (in the incubator source code)
Projects
None yet
Development

No branches or pull requests

2 participants