Home | History | Annotate | Download | only in collector

Lines Matching refs:rb_slow_path_count_total_

115       rb_slow_path_count_total_(0),
3683 rb_slow_path_count_total_ += rb_slow_path_count_.load(std::memory_order_relaxed);
3763 if (rb_slow_path_count_total_ > 0) {
3764 os << "Slow path count " << rb_slow_path_count_total_ << "\n";