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

Simulator Optimization #16

Open
dimembermatt opened this issue Feb 28, 2021 · 0 comments
Open

Simulator Optimization #16

dimembermatt opened this issue Feb 28, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dimembermatt
Copy link
Contributor

Currently, the simulator has an FPS option for updating the pipeline and displaying the results.
I'm suspecting we cap out somewhere from 30-60 FPS, which means our pipeline has a bottleneck somewhere.

The tasktaker should run a profiler on the code and see which areas are bottlenecks and start from there.

A tutorial to start you off: https://medium.com/@antoniomdk1/hpc-with-python-part-1-profiling-1dda4d172cdf

The most CPU intensive areas are probably the source info generation, which will likely get worse when we go into V3 of the multi module PVSource implementation.

@dimembermatt dimembermatt added enhancement New feature or request help wanted Extra attention is needed labels Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant