Home | History | Annotate | Download | only in base

Lines Matching refs:DeathData

28 void DeathData::RecordDeath(const TimeDelta& duration) {
35 int DeathData::AverageMsDuration() const {
39 double DeathData::StandardDeviation() const {
47 void DeathData::AddDeathData(const DeathData& other) {
53 void DeathData::Write(std::string* output) const {
62 void DeathData::Clear() {
485 // the accumulated stats for instances (DeathData).
489 const DeathData& death_data)
498 death_data_(DeathData(count)) {
647 DeathData::Write(output);
655 DeathData::Clear();