Files
ftmemsim-valgrind/callgrind/tests/ann2.vgtest
2018-12-12 20:52:33 +11:00

7 lines
382 B
Plaintext

# The 'prog' doesn't matter because we don't use its output. Instead we test
# the post-processing of the cgout-test file.
prog: ../../tests/true
vgopts: --callgrind-out-file=callgrind.out
post: perl ../../callgrind/callgrind_annotate --sort=Dr --show=Dw,Dr,Ir --auto=yes --include=../../cachegrind/tests --show-percs=yes ../../cachegrind/tests/cgout-test
cleanup: rm callgrind.out