Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_stat.cpp171 size_t comment_column_width = 0; in Show() local
176 comment_column_width = std::max(comment_column_width, s.comment.size()); in Show()
188 static_cast<int>(comment_column_width), s.comment.c_str(), in Show()