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, ...@@ -103,7 +103,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