mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 19:13:46 +00:00
expands to the PID. Updated the tests. Still todo: handle %q for environment variables, and do the same for the core and Cachegrind/Callgrind. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7190
5 lines
201 B
Plaintext
5 lines
201 B
Plaintext
prog: zero
|
|
vgopts: --stacks=no --heap-admin=0 --time-unit=B --massif-out-file=massif.out
|
|
post: perl ../../massif/ms_print --threshold=0 massif.out | ../../tests/filter_addresses
|
|
cleanup: rm massif.out
|