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

  /external/libchrome/base/profiler/
scoped_profile.cc 15 : birth_(NULL) {
19 birth_ = ThreadData::TallyABirthIfActive(location);
20 if (!birth_)
27 if (!birth_)
31 ThreadData::TallyRunInAScopedRegionIfTracking(birth_, stopwatch_);
scoped_profile.h 58 Births* birth_; // Place in code where tracking started. member in class:tracked_objects::ScopedProfile

Completed in 55 milliseconds