Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp414 double hz = 0; in GetDetailComments() local
416 hz = summary.eventCount / (running_time_in_sec / scale); in GetDetailComments()
418 comment += hz / 1e9; in GetDetailComments()
495 double hz = 0; in GetComments() local
497 hz = it->second->eventCount / (running_time_in_sec / scale); in GetComments()
499 comments[configName] = StringPrintf("%lf GHz", hz / 1e9); in GetComments()
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp210 int64_t hz = -1; in GetUserHz() local
214 hz = CPU_HZ_H; in GetUserHz()
217 hz = 1; in GetUserHz()
222 return hz; in GetUserHz()
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp327 int64_t hz = -1; in GetUserHz() local
331 hz = CPU_HZ_H; in GetUserHz()
334 hz = 1; in GetUserHz()
339 return hz; in GetUserHz()