Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dperf_counter.h28 struct Counters { struct
37 struct Counters countersBegin; argument
38 struct Counters countersEnd;
H A Dperf_counter.cpp179 std::map<std::string, Counters> m_counters; in perf_counter_output()
198 Counters new_; in perf_counter_output()
203 m_counters.insert(std::pair<std::string, Counters>(record->name, new_)); in perf_counter_output()