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

  /external/chromium_org/base/profiler/
scoped_profile.cc 14 ScopedProfile::ScopedProfile(const Location& location)
19 ScopedProfile::~ScopedProfile() {
23 void ScopedProfile::StopClockAndTally() {
scoped_profile.h 10 // ScopedProfile provides basic helper functions for profiling a short
29 ::tracked_objects::ScopedProfile LINE_BASED_VARIABLE_NAME_FOR_PROFILING( \
36 class BASE_EXPORT ScopedProfile {
38 explicit ScopedProfile(const Location& location);
39 ~ScopedProfile();
48 DISALLOW_COPY_AND_ASSIGN(ScopedProfile);

Completed in 40 milliseconds