-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Performance] Get and display FPS from Dash #3
Comments
I would also vote we get super serious about performance, and integrate tharsis.prof in a meaningful way. This would allow us to really get a good handle on where CPU time is going. |
I think we should focus on the designer tools before extreme performance tools. Despiker already exists to display the tharsis data. |
That it does. But Dash currently emits all of 0 tharsis data, which should be remedied. A frame profiler can certainly come later, but it would be nice to have one in our own ecosystem that doesn't require that you open yet another application (that would make 3). |
Any developments? Is it possible to get the current fps? Is this the function to get fps "extractFrameAndTickRate()" ? |
This is possible, See the demo here. |
That appears to be a link to a different dash.js. Thanks for the thought though! |
My bad, just realised there are two different dash.js' that explains all the confusion |
This should be easy to implement on both sides and it'll let us build a sweet chart to show FPS performance.
The text was updated successfully, but these errors were encountered: