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

/external/oprofile/pp/
H A Dopannotate.cpp57 unsigned int const count_width = 6; member in namespace:__anon24740
64 str += string(count_width, ' ') + ' ';
142 os << setw(count_width) << count[i] << ' ';

Completed in 122 milliseconds