Fix tests to output waiting time
[lttng-tools.git] / benchmark / cpu.c
index efaea387874eef4dff3db4065d6328824d9677ff..02a8d99d3545af818cb1ffeeca1841d0d3b826be 100644 (file)
 
 #include "cpu.h"
 
+/*
+ * Return cpu cycle counter
+ */
 cycles_t get_cycles(void)
 {
        return caa_get_cycles();
 }
 
+/*
+ * Calculate CPU frequency.
+ */
 uint64_t get_cpu_freq(void)
 {
        struct timezone tz;
This page took 0.023571 seconds and 4 git commands to generate.