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

Implement some repeatable performance profiling to determine best forward path for performance increase #36

Open
vkottler opened this issue Sep 20, 2023 · 4 comments
Assignees

Comments

@vkottler
Copy link
Owner

It sounds like from the textual discord that this is the thing to use: https://github.com/joerick/pyinstrument.

@vkottler vkottler self-assigned this Sep 20, 2023
@vkottler
Copy link
Owner Author

image

@vkottler
Copy link
Owner Author

It looks like _figure_class._build_matrix and matrix_class.set_canvas are the methods to look at

@vkottler
Copy link
Owner Author

The first thing we could do maybe would be to create some rolling averaged metrics for performance, let the app soak/run for a while (the sinusoid one?), set the app dispatch rate to a few different periods, then analyze the data?

Should we be keeping track of historical data?

@vkottler
Copy link
Owner Author

Similar issue: vkottler/runtimepy#59.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant