Searched refs:ScopedTimer (Results 1 – 3 of 3) sorted by relevance
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()
77 struct ScopedTimer { struct78 explicit ScopedTimer(base::TimeDelta* location) : location_(location) { in ScopedTimer() argument83 ~ScopedTimer() { *location_ += timer_.Elapsed(); } in ~ScopedTimer() argument253 ScopedTimer t(&time_taken_to_create_graph_); in CreateGraph()265 ScopedTimer t(&time_taken_to_optimize_); in OptimizeGraph()276 ScopedTimer t(&time_taken_to_codegen_); in GenerateCode()