]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Print native time to two places. Perhaps it would be better to adjust
authorJulian Seward <jseward@acm.org>
Sat, 14 Oct 2006 14:04:42 +0000 (14:04 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 14 Oct 2006 14:04:42 +0000 (14:04 +0000)
the workloads to make some of the native runs take longer.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6222

perf/vg_perf.in

index c85ad0d59c08ec2ccc8db95f7239c4e6d1beb931..0ee0015a033779f875cb7fe74436a434adcbfc98 100644 (file)
@@ -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