HomeSort by relevance Sort by last modified time
    Searched refs:ScopedProfile (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/profiler/
scoped_tracker.cc 13 ScopedProfile::Mode g_scoped_profile_mode = ScopedProfile::DISABLED;
19 g_scoped_profile_mode = ScopedProfile::ENABLED;
scoped_profile.h 10 // ScopedProfile provides basic helper functions for profiling a short
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 {
47 // Mode of operation. Specifies whether ScopedProfile should be a no-op or
54 ScopedProfile(const Location& location, Mode mode);
55 ~ScopedProfile();
61 DISALLOW_COPY_AND_ASSIGN(ScopedProfile);
    [all...]
scoped_profile.cc 14 ScopedProfile::ScopedProfile(const Location& location, Mode mode)
26 ScopedProfile::~ScopedProfile() {
scoped_tracker.h 70 const ScopedProfile scoped_profile_;

Completed in 209 milliseconds