Commit b56bfa7d authored by Sakthivel Velumani's avatar Sakthivel Velumani Committed by Sakthivel Velumani

fixed max print

parent 8185060b
......@@ -107,7 +107,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