Home | History | Annotate | Download | only in src

Lines Matching full:is_histogram

626 int32_t* Counter::Bind(const char* name, bool is_histogram) {
631 is_histogram_ = is_histogram;
683 Counter* Shell::GetCounter(const char* name, bool is_histogram) {
690 counter->Bind(name, is_histogram);
693 ASSERT(counter->is_histogram() == is_histogram);
970 if (counter->is_histogram()) {