From f2bf9d68f4bf1815c9369ffdac3806640417f1df Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sat, 2 Jan 2010 14:44:28 +0000 Subject: Fix time-sensitivity (< 0.002 second execution) in output format. --- 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 711d82b..2231936 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 """ -- cgit v0.12