Home
last modified time | relevance | path

Searched refs:hz (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp331 int64_t hz = -1; in GetUserHz() local
335 hz = CPU_HZ_H; in GetUserHz()
338 hz = 1; in GetUserHz()
343 return hz; in GetUserHz()
/developtools/hiperf/src/
Dsubcommand_stat.cpp220 double hz = 0; in GetComments() local
222 hz = it->second->eventCount / (running_time_in_sec / scale); in GetComments()
224 comments[configName] = StringPrintf("%lf GHz", hz / 1e9); in GetComments()
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp215 int64_t hz = -1; in GetUserHz() local
219 hz = CPU_HZ_H; in GetUserHz()
222 hz = 1; in GetUserHz()
227 return hz; in GetUserHz()