Home
last modified time | relevance | path

Searched refs:ScopedProfile (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/profiler/
Dscoped_profile.h30 ::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);
Dscoped_profile.cc14 ScopedProfile::ScopedProfile(const Location& location, Mode mode) in ScopedProfile() function in tracked_objects::ScopedProfile
26 ScopedProfile::~ScopedProfile() { in ~ScopedProfile()
Dscoped_tracker.cc13 ScopedProfile::Mode g_scoped_profile_mode = ScopedProfile::DISABLED;
19 g_scoped_profile_mode = ScopedProfile::ENABLED; in Enable()
Dscoped_tracker.h70 const ScopedProfile scoped_profile_;