Searched defs:ScopedProfile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/profiler/
H A Dscoped_profile.cc14 ScopedProfile::ScopedProfile(const Location& location) function in class:tracked_objects::ScopedProfile
19 ScopedProfile::~ScopedProfile() {
23 void ScopedProfile::StopClockAndTally() {
H A Dscoped_profile.h10 // ScopedProfile provides basic helper functions for profiling a short
29 ::tracked_objects::ScopedProfile LINE_BASED_VARIABLE_NAME_FOR_PROFILING( \
36 class BASE_EXPORT ScopedProfile { class in namespace:tracked_objects
38 explicit ScopedProfile(const Location& location);
39 ~ScopedProfile();
48 DISALLOW_COPY_AND_ASSIGN(ScopedProfile);

Completed in 445 milliseconds