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



File Line number Procedure Code
./eesupp/src/timers.F 125 TIMER_CONTROL
      INTEGER timerStarts( maxTimers , MAX_NO_THREADS)
./eesupp/src/timers.F 126 TIMER_CONTROL
      SAVE    timerStarts
./eesupp/src/timers.F 204 TIMER_CONTROL
            timerStarts(iTimer,myThreadId)   = 0
./eesupp/src/timers.F 214 TIMER_CONTROL
          timerStarts(iTimer,myThreadId) = 
./eesupp/src/timers.F 215 TIMER_CONTROL
     &       timerStarts(iTimer,myThreadId)+1
./eesupp/src/timers.F 258 TIMER_CONTROL
     &  timerStarts(iTimer,myThreadId)
./eesupp/src/timers.F 285 TIMER_CONTROL
     &  timerStarts(I,myThreadId)