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

  /external/chromium/base/
tracked_objects.cc 74 Births::Births(const Location& location)
79 // ThreadData maintains the central data for all births and death.
161 collected_data.AddListOfLivingObjects(); // Add births that are still alive.
205 " The data can be reset to zero (discarding all births, deaths, etc.) using"
257 Births* ThreadData::TallyABirth(const Location& location) {
267 Births* tracker = new Births(location);
275 void ThreadData::TallyADeath(const Births& lifetimes,
601 void Aggregation::AddBirths(const Births& births)
    [all...]
tracked_objects.h 47 // Next, a Births instance is created for use ONLY on the thread where this
48 // instance was created. That Births instance records (in a base class
51 // Hence there is at most one Births instance for each Location on each thread.
52 // The derived Births class contains slots for recording statistics about all
59 // Having now either constructed or found the Births instance described above, a
60 // pointer to the Births instance is then embedded in a base class of the
72 // rather we only need one Births instance for each thread that constructs an
88 // Births instances, and is able to avoid additional (redundant/unnecessary)
93 // are lists of DeathData and Births instances. These lists are maintained in
119 // For a given birth location, information about births are spread across dat
    [all...]

Completed in 44 milliseconds