Searched defs:PerfCounter (Results 1 – 1 of 1) sorted by relevance
30 struct PerfCounter { struct31 uint64_t value; // The value of the event specified by the perf_event_file.32 uint64_t time_enabled; // The enabled time.33 uint64_t time_running; // The running time.57 bool ReadCounter(PerfCounter* counter) const; argument