Home | History | Annotate | Download | only in Support

Lines Matching refs:Started

106   Started = false;
114 Started = false;
150 Started = true;
284 // If the timer was started, move its data to TimersToPrint.
285 if (T.Started)
296 // them were started.
367 /// print - Print any started timers in this group and zero them.
371 // See if any of our timers were started, if so add them to TimersToPrint and
374 if (!T->Started) continue;
378 T->Started = 0;
382 // If any timers were started, print the group.