Home | History | Annotate | Download | only in base

Lines Matching refs:stopwatch

408       const TaskStopwatch& stopwatch);
420 const TaskStopwatch& stopwatch);
426 const TaskStopwatch& stopwatch);
526 const TaskStopwatch& stopwatch);
693 // Most recently started (i.e. most nested) stopwatch on the current thread,
701 // Stopwatch to measure task run time or simply create a time interval that will
708 // Starts the stopwatch.
712 // Stops stopwatch.
719 // and stopping this stopwatch, minus the wallclock durations of any other
728 // Time when the stopwatch was started.
741 // Stopwatch which was running on our thread when this stopwatch was started.
742 // That preexisting stopwatch must be adjusted to the exclude the wallclock
743 // duration of this stopwatch.
747 // State of the stopwatch. Stopwatch is first constructed in a running state,
754 // Currently running stopwatch that is directly nested in this one, if such
755 // stopwatch exists. NULL otherwise.