tracked_objects.cc | 266 int Births::birth_count() const { return birth_count_; } function in class:tracked_objects::Births 454 for (const auto& birth_count : birth_counts) { 455 if (birth_count.second > 0) { 457 TaskSnapshot(BirthOnThreadSnapshot(*birth_count.first), 458 DeathDataSnapshot(birth_count.second, 0, 0, 0, 0, 0, 0), 619 (*birth_counts)[birth.second] += birth.second->birth_count(); 623 (*birth_counts)[death.first] -= death.first->birth_count(); [all...] |