Fix time-sensitivity (< 0.002 second execution) in output format.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 2 Jan 2010 14:44:28 +0000 (14:44 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 2 Jan 2010 14:44:28 +0000 (14:44 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4590 fdb21ef1-2011-0410-befe-b5e4ea1792b1

test/scons-time/func/format-gnuplot.py

index 711d82b032371a60d339382d965713fcff66fad8..223193612bb4910afdf51655e630ef2f96845950 100644 (file)
@@ -56,16 +56,16 @@ plot '-' title "Startup" with lines lt 1, \\
      '-' title "Full build" with lines lt 2, \\
      '-' title "Up-to-date build" with lines lt 3
 # Startup
-0 0.00[012]
-1 0.00[012]
+0 \d.\d\d\d
+1 \d.\d\d\d
 e
 # Full build
-0 0.00[012]
-1 0.00[012]
+0 \d.\d\d\d
+1 \d.\d\d\d
 e
 # Up-to-date build
-0 0.00[012]
-1 0.00[012]
+0 \d.\d\d\d
+1 \d.\d\d\d
 e
 """