|
PAPI
5.0.1.0
|
00001 #define NUM_WORK_SECONDS 2 00002 #define NUM_FLOPS 20000000 00003 #define NUM_MISSES 2000000 00004 #define NUM_READS 20000 00005 #define SUCCESS 1 00006 #define FAILURE 0 00007 #define MAX_THREADS 256 00008 #define NUM_THREADS 4 00009 #define NUM_ITERS 1000000 00010 #define THRESHOLD 1000000 00011 #define L1_MISS_BUFFER_SIZE_INTS 128*1024 00012 #define CACHE_FLUSH_BUFFER_SIZE_INTS 16*1024*1024 00013 #define TOLERANCE .2 00014 #define OVR_TOLERANCE .75 00015 #define MPX_TOLERANCE .20 00016 #define TIME_LIMIT_IN_US 60*1000000 /* Run for about 1 minute or 60000000 us */ 00017 00018