Home | History | Annotate | Download | only in metrics

Lines Matching full:k_line_length

649   const int k_line_length = 72;  // Maximal horizontal width of graph.
650 int x_count = static_cast<int>(k_line_length * (current_size / max_size)
652 int x_remainder = k_line_length - x_count;