Searched refs:ts_per_hz (Results 1 – 1 of 1) sorted by relevance
60 double objs_per_call, objs_per_sec, cycles_per_call, ts_per_hz; in print_node() local74 ts_per_hz = (double)((stat->ts - stat->prev_ts) / stat->hz); in print_node()75 objs_per_sec = ts_per_hz ? (objs - prev_objs) / ts_per_hz : 0; in print_node()