File |
Line number |
Procedure |
Code |
./pkg/showflops/SHOWFLOPS.h |
25 |
NO PROCEDURE |
INTEGER pcl_counter_list(5), flags, nevents, res, ipcl |
./pkg/showflops/SHOWFLOPS_INIT.h |
25 |
NO PROCEDURE |
INTEGER pcl_counter_list(5), flags, nevents, res, ipcl |
./pkg/showflops/showflops_init.F |
78 |
SHOWFLOPS_INIT |
res = PCLstop(descr, i_result, fp_result, nevents) |
./pkg/showflops/showflops_init.F |
85 |
SHOWFLOPS_INIT |
res = PCLstart(descr, pcl_counter_list, nevents, flags) |
./pkg/showflops/showflops_inloop.F |
103 |
SHOWFLOPS_INLOOP |
res = PCLstart(descr, pcl_counter_list, nevents, flags) |
./pkg/showflops/showflops_inloop.F |
96 |
SHOWFLOPS_INLOOP |
res = PCLstop(descr, i_result, fp_result, nevents) |
./eesupp/src/timers.F |
194 |
TIMER_CONTROL |
INTEGER flags, res, nevents |
./eesupp/src/timers.F |
276 |
TIMER_CONTROL |
res = PCLread(descr, i_result1(1,iTimer,myThreadId), |
./eesupp/src/timers.F |
304 |
TIMER_CONTROL |
res = PCLread(descr, i_result2(1,iTimer,myThreadId), |
./eesupp/src/timers.F |
408 |
TIMER_CONTROL |
res = PCLinit(descr) |
./eesupp/src/timers.F |
447 |
TIMER_CONTROL |
res = PCLquery(descr, pcl_counter_list, i, flags) |
./eesupp/src/timers.F |
448 |
TIMER_CONTROL |
IF(res .NE. PCL_SUCCESS) THEN |
./eesupp/src/timers.F |
459 |
TIMER_CONTROL |
res = PCLquery(descr, pcl_counter_list, nevents+1, flags) |
./eesupp/src/timers.F |
460 |
TIMER_CONTROL |
if ((res .ne. PCL_SUCCESS) .and. (i .lt. 5)) then |
./eesupp/src/timers.F |
478 |
TIMER_CONTROL |
res = PCLstart(descr, pcl_counter_list, nevents, flags) |
./eesupp/src/timers.F |
479 |
TIMER_CONTROL |
IF(res .NE. PCL_SUCCESS) THEN |