Home
last modified time | relevance | path

Searched refs:stopwatch_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/profiler/
Dscoped_profile.cc23 stopwatch_.Start(); in ScopedProfile()
30 stopwatch_.Stop(); in ~ScopedProfile()
31 ThreadData::TallyRunInAScopedRegionIfTracking(birth_, stopwatch_); in ~ScopedProfile()
Dscoped_profile.h59 TaskStopwatch stopwatch_; variable