Searched refs:hz (Results 1 – 3 of 3) sorted by relevance
414 double hz = 0; in GetDetailComments() local416 hz = summary.eventCount / (running_time_in_sec / scale); in GetDetailComments()418 comment += hz / 1e9; in GetDetailComments()495 double hz = 0; in GetComments() local497 hz = it->second->eventCount / (running_time_in_sec / scale); in GetComments()499 comments[configName] = StringPrintf("%lf GHz", hz / 1e9); in GetComments()
210 int64_t hz = -1; in GetUserHz() local214 hz = CPU_HZ_H; in GetUserHz()217 hz = 1; in GetUserHz()222 return hz; in GetUserHz()
327 int64_t hz = -1; in GetUserHz() local331 hz = CPU_HZ_H; in GetUserHz()334 hz = 1; in GetUserHz()339 return hz; in GetUserHz()