Searched refs:interval_float (Results 1 – 1 of 1) sorted by relevance
2622 double interval_float, tsc; in format_counters() local2655 interval_float = t->tv_delta.tv_sec + t->tv_delta.tv_usec / 1000000.0; in format_counters()2710 …outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), 1.0 / units * t->aperf / interval_float); in format_counters()2721 tsc / units * t->aperf / t->mperf / interval_float); in format_counters()2725 outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), 1.0 * t->tsc / units / interval_float); in format_counters()2759 t->counter[i] / interval_float / 10000); in format_counters()2783 t->perf_counter[i] / interval_float / 10000); in format_counters()2803 const double value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters()2884 const double value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters()2896 rapl_counter_get_value(&c->core_energy, RAPL_UNIT_WATTS, interval_float)); in format_counters()[all …]