|
From: <sv...@va...> - 2006-10-14 14:04:45
|
Author: sewardj
Date: 2006-10-14 15:04:42 +0100 (Sat, 14 Oct 2006)
New Revision: 6222
Log:
Print native time to two places. Perhaps it would be better to adjust
the workloads to make some of the native runs take longer.
Modified:
trunk/perf/vg_perf.in
Modified: trunk/perf/vg_perf.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/perf/vg_perf.in 2006-10-14 14:03:51 UTC (rev 6221)
+++ trunk/perf/vg_perf.in 2006-10-14 14:04:42 UTC (rev 6222)
@@ -294,7 +294,7 @@
printf("%-10s:", $vgdirname);
=20
# Native execution time
- printf("%4.1fs", $tNative);
+ printf("%4.2fs", $tNative);
=20
foreach my $tool (@tools) {
(defined $toolnames{$tool}) or=20
|