File |
Line number |
Procedure |
Code |
./eesupp/src/timers.F |
1050 |
TIMER_STOP |
INTEGER PCL_MFLOPS, PCL_IPC, PCL_L1DCACHE_MISSRATE, |
./eesupp/src/timers.F |
1052 |
TIMER_STOP |
PARAMETER (PCL_MFLOPS=56, PCL_IPC=57, PCL_L1DCACHE_MISSRATE=58, |
./eesupp/src/timers.F |
1065 |
TIMER_STOP |
DATA pcl_counter_list /PCL_MFLOPS, PCL_IPC, PCL_L1DCACHE_MISSRATE, |
./eesupp/src/timers.F |
209 |
TIMER_CONTROL |
DATA alt_counter_list /PCL_MFLOPS, PCL_IPC, PCL_L1DCACHE_MISSRATE, |
./eesupp/src/timers.F |
425 |
TIMER_CONTROL |
if ((pcl_counter_list(i) .ge. PCL_MFLOPS) .or. |
./eesupp/src/timers.F |
427 |
TIMER_CONTROL |
if ((pcl_counter_list(i) .ge. PCL_MFLOPS) .and. |