Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / VEX / useful / test_main.h.base
blob218b323c6e6c301ed7a53245e9d69191ba3602ee
2 /* Copy this file (test_main.h.in) to test_main.h, and edit */
4 /* DEBUG RUN, ON V */
5 #if 1
6 #define TEST_N_ITERS   1
7 #define TEST_N_BBS     1
8 #define TEST_FLAGS     (1<<7)
9 #endif
11 /* CHECKING RUN, ON V */
12 #if 0
13 #define TEST_N_ITERS   1
14 #define TEST_N_BBS     100000
15 #define TEST_FLAGS     0
16 #endif
18 /* PROFILING RUN, NATIVE */
19 #if 0
20 #define TEST_N_ITERS   100
21 #define TEST_N_BBS     1000
22 #define TEST_FLAGS     0
23 #endif
25 /* PROFILING RUN, REDUCED WORKLOAD */
26 #if 0
27 #define TEST_N_ITERS   3
28 #define TEST_N_BBS     1000
29 #define TEST_FLAGS     0
30 #endif