Searched refs:ScopedProfile (Results 1 – 4 of 4) sorted by relevance
30 ::tracked_objects::ScopedProfile LINE_BASED_VARIABLE_NAME_FOR_PROFILING( \32 ::tracked_objects::ScopedProfile::ENABLED)37 ::tracked_objects::ScopedProfile LINE_BASED_VARIABLE_NAME_FOR_PROFILING( \40 ::tracked_objects::ScopedProfile::ENABLED)45 class BASE_EXPORT ScopedProfile {54 ScopedProfile(const Location& location, Mode mode);55 ~ScopedProfile();61 DISALLOW_COPY_AND_ASSIGN(ScopedProfile);
14 ScopedProfile::ScopedProfile(const Location& location, Mode mode) in ScopedProfile() function in tracked_objects::ScopedProfile26 ScopedProfile::~ScopedProfile() { in ~ScopedProfile()
13 ScopedProfile::Mode g_scoped_profile_mode = ScopedProfile::DISABLED;19 g_scoped_profile_mode = ScopedProfile::ENABLED; in Enable()
70 const ScopedProfile scoped_profile_;