From 22e0b5e0d5567cf23715be0d79ebfeb9d7e84344 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sat, 2 Jan 2010 14:44:28 +0000 Subject: [PATCH] Fix time-sensitivity (< 0.002 second execution) in output format. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4590 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- test/scons-time/func/format-gnuplot.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/scons-time/func/format-gnuplot.py b/test/scons-time/func/format-gnuplot.py index 711d82b0..22319361 100644 --- a/test/scons-time/func/format-gnuplot.py +++ b/test/scons-time/func/format-gnuplot.py @@ -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 """ -- 2.26.2