Searched refs:interval_float (Results 1 – 1 of 1) sorted by relevance
3145 double interval_float, tsc; in format_counters() local 3183 interval_float = t->tv_delta.tv_sec + t->tv_delta.tv_usec / 1000000.0; in format_counters() 3246 outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), 1.0 / units * t->aperf / interval_float); in format_counters() 3257 tsc / units * t->aperf / t->mperf / interval_float); in format_counters() 3261 outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), 1.0 * t->tsc / units / interval_float); in format_counters() 3303 t->counter[i] / interval_float / 10000); in format_counters() 3327 t->perf_counter[i] / interval_float / 10000); in format_counters() 3348 value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters() 3353 value_converted = 100.0 * value_raw / tcore_clock_freq_hz / interval_float; in format_counters() 3433 value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters() [all...]