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

Set up profiling for the game to monitor performance. #7

Open
Bjohnson131 opened this issue Jul 15, 2023 · 0 comments
Open

Set up profiling for the game to monitor performance. #7

Bjohnson131 opened this issue Jul 15, 2023 · 0 comments

Comments

@Bjohnson131
Copy link
Contributor

Although premature optimization is the root to many evils, it would be of great benefit to us to start monitoring the current performance of the game and the performance of things which are already implemented
The ideal outcome of this task would be a simple command that users could run and receive a report about which functions and which calls take up how much resources in the system.

I reccomend cargo flamegraph for monitoring performance: https://github.com/flamegraph-rs/flamegraph

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