Home
last modified time | relevance | path

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

/external/oprofile/pp/
Dopannotate.cpp57 unsigned int const count_width = 6; variable
64 str += string(count_width, ' ') + ' '; in get_annotation_fill()
142 os << setw(count_width) << count[i] << ' '; in count_str()