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

  /external/chromium_org/base/
tracked_objects.cc 389 // |birth_counts| tracks the total number of births recorded at each location
391 BirthCountMap birth_counts; local
392 ThreadData::SnapshotAllExecutedTasks(reset_max, process_data, &birth_counts);
397 for (BirthCountMap::const_iterator it = birth_counts.begin();
398 it != birth_counts.end(); ++it) {
581 BirthCountMap* birth_counts) {
597 thread_data->SnapshotExecutedTasks(reset_max, process_data, birth_counts);
603 BirthCountMap* birth_counts) {
615 (*birth_counts)[it->first] -= it->first->birth_count();
620 (*birth_counts)[it->second] += it->second->birth_count()
    [all...]
tracked_objects.h 529 // instance. Also updates the |birth_counts| tally for each task to keep
535 BirthCountMap* birth_counts);
540 // the |birth_counts| tally for each task to keep track of the number of
547 BirthCountMap* birth_counts);
    [all...]

Completed in 156 milliseconds