Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree.h107 uint64_t TotalPeriod() const { in TotalPeriod() function
Dcmd_report.cpp78 uint64_t total_period = sample_tree_.TotalPeriod(); in Show()
95 uint64_t total_period = sample_tree_.TotalPeriod(); in Show()
702 fprintf(report_fp_, "Event count: %" PRIu64 "\n\n", sample_tree_->TotalPeriod()); in PrintReportContext()