| File |
Line number |
Procedure |
Code |
|
./eesupp/src/timers.F |
1016 |
TIMER_STOP |
INTEGER PCL_MFLOPS, PCL_IPC, PCL_L1DCACHE_MISSRATE, |
|
./eesupp/src/timers.F |
1018 |
TIMER_STOP |
PARAMETER (PCL_MFLOPS=56, PCL_IPC=57, PCL_L1DCACHE_MISSRATE=58, |
|
./eesupp/src/timers.F |
1031 |
TIMER_STOP |
DATA pcl_counter_list /PCL_MFLOPS, PCL_IPC, PCL_L1DCACHE_MISSRATE, |
|
./eesupp/src/timers.F |
205 |
TIMER_CONTROL |
DATA alt_counter_list /PCL_MFLOPS, PCL_IPC, PCL_L1DCACHE_MISSRATE, |
|
./eesupp/src/timers.F |
413 |
TIMER_CONTROL |
if ((pcl_counter_list(i) .ge. PCL_MFLOPS) .or. |
|
./eesupp/src/timers.F |
415 |
TIMER_CONTROL |
if ((pcl_counter_list(i) .ge. PCL_MFLOPS) .and. |