Home | History | Annotate | Download | only in base

Lines Matching refs:COUNT

54 // count of instances constructed.
81 // death count, as well as accumulate the lifetime duration of the instance as
122 // birth thread, death thread, and location, along with the count of such
127 // statistics (birth count, durations, etc. etc.).
137 // 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
320 // seen a death count.
378 COUNT = 32,
560 // A class used to count down which is accessed by several threads. This is
562 // count of threads.
565 // Constructor sets the count, once and for all.
566 explicit ThreadSafeDownCounter(size_t count);
568 // Decrement the count, and return true if we hit zero. Also delete this