Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Dxml_utils.cpp879 ostringstream thread_summary; in output() local
882 output_summary(thread_summary); in output()
888 if (modules_output.str().size() == 0 && thread_summary.str().size() == 0) in output()
893 out << thread_summary.str(); in output()