Searched refs:total_sample_count_ (Results 1 – 2 of 2) sorted by relevance
26 total_sample_count_(0u), in RateTracker()101 return static_cast<double>(total_sample_count_ * 1000) / in ComputeTotalRate()107 return total_sample_count_; in TotalSampleCount()131 total_sample_count_ += sample_count; in AddSamples()
61 size_t total_sample_count_; variable