Home | History | Annotate | Download | only in src

Lines Matching refs:timer

897   CycleTimer timer;
898 timer.Start();
904 timer.Stop();
905 double elapsed_time_in_us = static_cast<double>(timer.GetInUsec());