File |
Line number |
Procedure |
Code |
./eesupp/src/timers.F |
153 |
TIMER_CONTROL |
CHARACTER*(maxString) tmpName |
./eesupp/src/timers.F |
232 |
TIMER_CONTROL |
tmpName = name(ISTART:IEND) |
./eesupp/src/timers.F |
233 |
TIMER_CONTROL |
CALL UCASE( tmpName ) |
./eesupp/src/timers.F |
235 |
TIMER_CONTROL |
tmpName = ' ' |
./eesupp/src/timers.F |
244 |
TIMER_CONTROL |
iTimer=TIMER_INDEX(tmpName,timerNames(1,myThreadId), |
./eesupp/src/timers.F |
252 |
TIMER_CONTROL |
timerNames(iTimer,myThreadId) = tmpName |
./eesupp/src/timers.F |
254 |
TIMER_CONTROL |
& ILNBLNK(tmpName)-IFNBLNK(tmpName)+1 |
./eesupp/src/timers.F |
283 |
TIMER_CONTROL |
CALL F_HPMSTART((myThreadId-1)*100+iTimer,tmpName) |
./eesupp/src/timers.F |
285 |
TIMER_CONTROL |
CALL F_HPMTSTART((myThreadId-1)*100+iTimer,tmpName) |