Last active
July 13, 2020 15:43
-
-
Save mposa/99e17f7b043ad737cf429c6801311da2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On branch https://github.com/DAIRLab/dairlib/tree/trajopt-speed-hacks | |
valgrind --tool=callgrind --dump-instr=yes --simulate-cache=yes --collect-jumps=yes ./bazel-bin/examples/Cassie/run_dircon_squatting --max_iter=1 | |
kcachegrind <output file> |
I've uploaded my callgrind.out
file:
https://github.com/EricCousineau-TRI/gist_like_files/blob/b55ce3156e04df764104fac6d456643acb3ff2c8/callgrind.out.26178
Can you post yours too?
Here're the 2 callgrind files:
https://github.com/EricCousineau-TRI/gist_like_files/tree/200303a3036007f6edef7401cb843beb917a9e04/dairlib_profile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here are my results; I dunno how to use
callgrind_annotate
, so just took a snapshot: