Home
last modified time | relevance | path

Searched defs:PerfCounter (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Devent_fd.h30 struct PerfCounter { struct
31 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