Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dsubcommand_stat.cpp419 double hz = 0; in GetDetailComments() local
421 hz = summary.eventCount / (running_time_in_sec / scale); in GetDetailComments()
423 comment += hz / 1e9; in GetDetailComments()
500 double hz = 0; in GetComments() local
502 hz = it->second->eventCount / (running_time_in_sec / scale); in GetComments()
504 comments[configName] = StringPrintf("%lf GHz", hz / 1e9); in GetComments()
/developtools/profiler/device/plugins/cpu_plugin/src/
H A Dcpu_data_plugin.cpp235 int64_t hz = -1; in GetUserHz() local
239 hz = CPU_HZ_H; in GetUserHz()
242 hz = 1; in GetUserHz()
247 return hz; in GetUserHz()
/developtools/profiler/device/plugins/process_plugin/src/
H A Dprocess_data_plugin.cpp341 int64_t hz = -1; in GetUserHz() local
345 hz = CPU_HZ_H; in GetUserHz()
348 hz = 1; in GetUserHz()
353 return hz; in GetUserHz()

Completed in 5 milliseconds