Searched refs:comparisons_queue_size (Results 1 – 2 of 2) sorted by relevance
616 analyzer_stats_.comparisons_queue_size.AddSample(comparisons_.size()); in AddComparison()772 if (!analyzer_stats_.comparisons_queue_size.IsEmpty()) { in ReportResults()774 << analyzer_stats_.comparisons_queue_size.GetMin() in ReportResults()775 << "; max=" << analyzer_stats_.comparisons_queue_size.GetMax() in ReportResults()777 << analyzer_stats_.comparisons_queue_size.GetPercentile(0.99); in ReportResults()
116 SamplesStatsCounter comparisons_queue_size; member