HomeSort by relevance Sort by last modified time
    Searched refs:TotalPeriod (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
sample_tree.h 107 uint64_t TotalPeriod() const {
cmd_report.cpp 78 uint64_t total_period = sample_tree_.TotalPeriod();
95 uint64_t total_period = sample_tree_.TotalPeriod();
702 fprintf(report_fp_, "Event count: %" PRIu64 "\n\n", sample_tree_->TotalPeriod());

Completed in 77 milliseconds