mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-11 01:46:17 +00:00
6 lines
376 B
Plaintext
6 lines
376 B
Plaintext
prog: thresholds
|
|
vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=10 --massif-out-file=massif.out
|
|
vgopts: --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
|
|
post: perl ../../massif/ms_print massif.out --threshold=0 | ../../tests/filter_addresses
|
|
cleanup: rm massif.out
|