| D | perf_counter.cpp | 22 Perf g_perf; 209 PerfCollector::PerfCollector(Perf *p, std::vector<const PerfCounterDescriptor *> &list, bool isWall… in PerfCollector() 280 …virtual void Report(std::ostream &out, const char *title, CounterValue counter, const Perf *p) con… 406 void PerfCounterDescriptor::Report(std::ostream &out, const Perf *p) const in Report() 411 Perf::Perf() in Perf() function in ark::tooling::Perf 412 : Perf({&PerfCounterDescriptor::TASK_CLOCK, &PerfCounterDescriptor::TOTAL_CPU_CYCLES, in Perf() 417 Perf::Perf(std::initializer_list<const PerfCounterDescriptor *> list) in Perf() function in ark::tooling::Perf 425 PerfCollector Perf::CreateCollector(bool isWallTime) in CreateCollector() 430 void Perf::Reset() in Reset() 437 void Perf::Add(const PerfCounterDescriptor *desc, uint64_t value) in Add() [all …]
|