Skip to content

Instantly share code, notes, and snippets.

@mposa
mposa / BUILD.bazel
Last active March 5, 2019 22:14
LCM echo timing test
cc_library(
name = "network_timing_test_utils",
srcs = ["test/network_timing_test_utils.cc",],
hdrs = ["test/network_timing_test_utils.h",],
deps = [
"@drake//systems/framework",
"//lcmtypes:lcmt_robot",
"@drake//lcmtypes:drake_signal",
"@drake//systems/lcm:lcm_driven_loop",
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>