Home | History | Annotate | Download | only in src

Lines Matching refs:timer_

907   int since_epoch = static_cast<int>(timer_.Elapsed().InMicroseconds());
917 int since_epoch = static_cast<int>(timer_.Elapsed().InMicroseconds());
927 int since_epoch = static_cast<int>(timer_.Elapsed().InMicroseconds());
1497 msg.Append(",%ld", static_cast<int>(timer_.Elapsed().InMicroseconds()));
1849 if (FLAG_log_internal_timer_events || FLAG_prof_cpp) timer_.Start();