Home | History | Annotate | Download | only in base

Lines Matching defs:COUNT

55 // count of instances constructed.
82 // death count, as well as accumulate the lifetime duration of the instance as
123 // birth thread, death thread, and location, along with the count of such
128 // statistics (birth count, durations, etc. etc.).
138 // a specific consecutive set of Snapshots? What was the total birth count for
189 // When we have a birth we update the count for this BirhPLace.
219 explicit DeathData(int count) : count_(count), square_duration_(0) {}
224 int count() const { return count_; }
259 Snapshot(const BirthOnThread& birth_on_thread, int count);
269 int count() const { return death_data_.count(); }
284 // DataCollector is a container class for Snapshot and BirthOnThread count
323 // seen a death count.
381 COUNT = 32,