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