Searched refs:sum_one (Results 1 – 1 of 1) sorted by relevance
3116 double sum_one = 0; in DumpImtStats() local3123 sum_one += bucket.second * bucket.first; in DumpImtStats()3130 std::cerr << " Average depth (including empty): " << (sum_one / count_zero) << std::endl; in DumpImtStats()3131 std::cerr << " Average depth (excluding empty): " << (sum_one / count_one) << std::endl; in DumpImtStats()