Searched refs:ScopedTimer (Results 1 – 7 of 7) sorted by relevance
52 spvtools::utils::ScopedTimer<spvtools::utils::Timer> timer##__LINE__( \249 class ScopedTimer {251 ScopedTimer(std::ostream* out, const char* tag,259 virtual ~ScopedTimer() { in ~ScopedTimer()
60 class ScopedTimer {62 explicit ScopedTimer(TickIntervalStats* proc_time) in ScopedTimer() function65 ~ScopedTimer() { in ~ScopedTimer()
60 const auto st = ScopedTimer(mutable_proc_time()); in ProcessChunk()145 const auto st = ScopedTimer(mutable_proc_time()); in HandleMessage()171 const auto st = ScopedTimer(mutable_proc_time()); in HandleMessage()
72 ScopedTimer<MockTimer> scopedtimer(&buf, "ScopedTimerTest"); in TEST()
62 struct ScopedTimer { struct63 explicit ScopedTimer(base::TimeDelta* location) : location_(location) { in ScopedTimer() function68 ~ScopedTimer() { *location_ += timer_.Elapsed(); } in ~ScopedTimer() argument136 ScopedTimer t(&time_taken_to_execute_); in ExecuteJob()148 ScopedTimer t(&time_taken_to_finalize_); in FinalizeJob()206 ScopedTimer t(&time_taken_to_prepare_); in PrepareJob()214 ScopedTimer t(&time_taken_to_execute_); in ExecuteJob()225 ScopedTimer t(&time_taken_to_finalize_); in FinalizeJob()