Searched refs:kMaxHistogramWidth (Results 1 – 1 of 1) sorted by relevance
33 const int kMaxHistogramWidth = 50; // used for normalizing the histogram (represents the variable200 std::cout << std::setfill('-') << std::setw(kMaxHistogramWidth) << "" << std::setfill(' '); in PrintHistogramHeader()212 int hist_width = ceil(static_cast<double>(freq_vector[i]) * kMaxHistogramWidth / max_frequency); in MakeHistogramFromVector()