1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-10 09:26:15 +00:00
2015-12-13 22:34:58 +09:00

7 lines
325 B
Plaintext

prog: pages_as_heap
vgopts: --stacks=no --time-unit=B --heap-admin=0 --pages-as-heap=yes --massif-out-file=massif.out --detailed-freq=3
vgopts: --ignore-fn=mmap
# would be nice to test that pages as heap works properly using
# post: perl ../../massif/ms_print massif.out | ../../tests/filter_addresses
cleanup: rm massif.out