Home | History | Annotate | Download | only in oatdump

Lines Matching full:bucket

3020     for (auto& bucket : histogram) {
3021 std::cerr << " " << bucket.first << " " << bucket.second << std::endl;
3022 if (bucket.first > 0) {
3023 sum_one += bucket.second * bucket.first;
3024 count_one += bucket.second;