Commit 60d90ecd authored by Sakthivel Velumani's avatar Sakthivel Velumani

fixed max print

parent 41864ef7
......@@ -103,7 +103,7 @@ void print_meas(time_stats_t *ts,
name,
(ts->diff/ts->trials/cpu_freq_GHz/1000.0),
ts->trials,
ts->max);
ts->max/cpu_freq_GHz/1000.0);
} else {
fprintf(stderr, "%25s: %15.3f ms (%5.2f%%); %15.3f us (%5.2f%%); %15d;\n",
name,
......
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