Home
last modified time | relevance | path

Searched refs:percent_width (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libutil++/
Dstring_manip.h75 static unsigned int const percent_width = percent_int_width + percent_fract_width + 1; variable
/external/oprofile/pp/
Dopreport.cpp242 size_t colwidth = 9 + 1 + percent_width; in output_col_headers()
266 cout << setw(percent_width) << "%|"; in output_col_headers()
276 string str(percent_width, '-'); in output_col_headers()
Dopannotate.cpp65 str += string(percent_width, ' '); in get_annotation_fill()