From: Julian Seward Date: Sat, 14 Oct 2006 14:04:42 +0000 (+0000) Subject: Print native time to two places. Perhaps it would be better to adjust X-Git-Tag: svn/VALGRIND_3_3_0~653 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abc80f65ad2424e8f0d164da0689aaba4295d8b8;p=thirdparty%2Fvalgrind.git Print native time to two places. Perhaps it would be better to adjust the workloads to make some of the native runs take longer. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6222 --- diff --git a/perf/vg_perf.in b/perf/vg_perf.in index c85ad0d59c..0ee0015a03 100644 --- a/perf/vg_perf.in +++ b/perf/vg_perf.in @@ -294,7 +294,7 @@ sub do_one_test($$) printf("%-10s:", $vgdirname); # Native execution time - printf("%4.1fs", $tNative); + printf("%4.2fs", $tNative); foreach my $tool (@tools) { (defined $toolnames{$tool}) or