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

  /external/chromium_org/base/profiler/
scoped_profile.cc 15 : birth_(ThreadData::TallyABirthIfActive(location)),
16 start_of_run_(ThreadData::NowForStartOfRun(birth_)) {
24 if (!birth_)
26 ThreadData::TallyRunInAScopedRegionIfTracking(birth_, start_of_run_,
28 birth_ = NULL;
scoped_profile.h 59 Births* birth_; // Place in code where tracking started. member in class:tracked_objects::ScopedProfile

Completed in 138 milliseconds