Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_report.cpp941 const char* period_prefix = trace_offcpu_ ? "Time in ns" : "Event count"; in PrintReport() local
942 fprintf(report_fp, "%s: %" PRIu64 "\n\n", period_prefix, sample_tree.total_period); in PrintReport()