Searched defs:ScopedTracker (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/profiler/
H A Dscoped_tracker.cc18 void ScopedTracker::Enable() {
22 ScopedTracker::ScopedTracker(const Location& location) function in class:tracked_objects::ScopedTracker
H A Dscoped_tracker.h21 // ScopedTracker instruments a region within the code if the instrumentation is
28 // 2. That task's lifetime is same as the lifetime of the ScopedTracker
35 // process. Search for ScopedTracker::Enable for the current list of processes
39 class BASE_EXPORT ScopedTracker { class in namespace:tracked_objects
41 ScopedTracker(const Location& location);
56 return base::Bind(&ScopedTracker::ExecuteAndTrackCallback<P1>, location,
66 ScopedTracker tracking_profile(location);
72 DISALLOW_COPY_AND_ASSIGN(ScopedTracker);

Completed in 126 milliseconds