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

  /external/libchrome/base/profiler/
scoped_profile.cc 14 ScopedProfile::ScopedProfile(const Location& location, Mode mode)
26 ScopedProfile::~ScopedProfile() {
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...]

Completed in 165 milliseconds