Symbol Description Uses
timerStarts Timer counters for each timer and each thread 7



File Line number Procedure Code
./eesupp/src/timers.F 130 TIMER_CONTROL
      INTEGER timerStarts( maxTimers , MAX_NO_THREADS)
./eesupp/src/timers.F 131 TIMER_CONTROL
      SAVE    timerStarts
./eesupp/src/timers.F 258 TIMER_CONTROL
            timerStarts(iTimer,myThreadId)   = 0
./eesupp/src/timers.F 268 TIMER_CONTROL
          timerStarts(iTimer,myThreadId) =
./eesupp/src/timers.F 269 TIMER_CONTROL
     &       timerStarts(iTimer,myThreadId)+1
./eesupp/src/timers.F 509 TIMER_CONTROL
     &  timerStarts(iTimer,myThreadId)
./eesupp/src/timers.F 559 TIMER_CONTROL
     &  timerStarts(I,myThreadId)