source: proiecte/hpl/openmpi_compiled/share/vampirtrace/FILTER.SPEC @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 565 bytes
Line 
1# VampirTrace region filter specification
2#
3# call limit definitions and region assignments
4#
5# syntax: <regions> -- <limit>
6#
7#   regions    semicolon-seperated list of regions
8#              (can be wildcards)
9#   limit      assigned call limit
10#               0 = region(s) denied
11#              -1 = unlimited
12#
13# example:
14#
15# add;sub;mul;div -- 1000
16# * -- 3000000
17#
18# These region filter directives cause that the functions "add", "sub",
19# "mul" and "div" be recorded at most 1000 times. The remaining
20# functions (*) will be recorded at most 3000000 times.
Note: See TracBrowser for help on using the repository browser.