Searched defs:ScopedTimer (Results 1 – 2 of 2) sorted by relevance
62 explicit ScopedTimer(TickIntervalStats* proc_time) in ScopedTimer() function
62 struct ScopedTimer { struct63 explicit ScopedTimer(base::TimeDelta* location) : location_(location) { in ScopedTimer() argument68 ~ScopedTimer() { *location_ += timer_.Elapsed(); } in ~ScopedTimer()70 base::ElapsedTimer timer_;71 base::TimeDelta* location_;