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

/external/libchrome/base/profiler/
H A Dscoped_profile.cc14 ScopedProfile::ScopedProfile(const Location& location, Mode mode) function in class:tracked_objects::ScopedProfile
26 ScopedProfile::~ScopedProfile() {
H A Dscoped_profile.h10 // ScopedProfile provides basic helper functions for profiling a short
38 ::tracked_objects::ScopedProfile COUNTER_BASED_VARIABLE_NAME_FOR_PROFILING( \
39 location, ::tracked_objects::ScopedProfile::ENABLED)
49 ::tracked_objects::ScopedProfile COUNTER_BASED_VARIABLE_NAME_FOR_PROFILING( \
50 location, ::tracked_objects::ScopedProfile::ENABLED)
55 class BASE_EXPORT ScopedProfile { class in namespace:tracked_objects
57 // Mode of operation. Specifies whether ScopedProfile should be a no-op or
64 ScopedProfile(const Location& location, Mode mode);
65 ~ScopedProfile();
71 DISALLOW_COPY_AND_ASSIGN(ScopedProfile);
[all...]

Completed in 479 milliseconds