flamegraph #12
Loading…
Reference in a new issue
No description provided.
Delete branch "artemis/breezewiki:flamegraph"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add flamegraph profiling to the tests and switch the tests to time minecraft/Block instead of minecraft/Frog
you need to
for this to work. i wasnt really sure if there was a way to add that as a test-dependency, or make it only import/run if profile-flame-graph is actually installed. you would know better than me.
you also need
flamegraph.pl
installed which may or may not be available from your package manager. on gentoo it'sdev-util/FlameGraph
. I think https://github.com/brendangregg/FlameGraph is the sourceanyways it will generate the flamegraphs for u automatically after that in /storage
also you need to use
raco test --errortrace
so that the errortrace library is loaded up for the errortrace version of the flamegraphadd flamegraph profiling to the tests and switch the tests to time minecraft/Block instead of minecraft/Frogyou need to
for this to work. i wasnt really sure if there was a way to add that as a test-dependency, or make it only import/run if profile-flame-graph is actually installed. you would know better than me.
you also need
flamegraph.pl
installed which may or may not be available from your package manager. on gentoo it'sdev-util/FlameGraph
. I think https://github.com/brendangregg/FlameGraph is the sourceanyways it will generate the flamegraphs for u automatically after that in /storage
also you need to use
raco test --errortrace
so that the errortrace library is loaded up for the errortrace version of the flamegraphView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.