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

  /external/libchrome/base/profiler/
scoped_tracker.cc 18 void ScopedTracker::Enable() {
22 ScopedTracker::ScopedTracker(const Location& location)
scoped_tracker.h 21 // 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 {
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 56 milliseconds