Commit 346dd36f authored by Elena Lukashova's avatar Elena Lukashova

do not print CPU value.

parent 0ce743c1
......@@ -37,7 +37,7 @@ double get_cpu_freq_GHz(void) {
sleep(1);
ts.diff = (rdtsc_oai()-ts.in);
cpu_freq_GHz = (double)ts.diff/1000000000;
printf("CPU Freq is %f \n", cpu_freq_GHz);
//printf("CPU Freq is %f \n", cpu_freq_GHz);
return cpu_freq_GHz;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment