[Swift-commit] r2239 - log-processing

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Sep 22 15:16:15 CDT 2008


Author: benc
Date: 2008-09-22 15:16:14 -0500 (Mon, 22 Sep 2008)
New Revision: 2239

Added:
   log-processing/trail-freex.plot.template
Log:
template was uncommitted causing incorrect log to be plotted in conspiracy with a temp-file reuse bug

Added: log-processing/trail-freex.plot.template
===================================================================
--- log-processing/trail-freex.plot.template	                        (rev 0)
+++ log-processing/trail-freex.plot.template	2008-09-22 20:16:14 UTC (rev 2239)
@@ -0,0 +1,12 @@
+
+set terminal png
+set output 'tmp-trail.png'
+
+set key outside below
+set ylabel 'total events'
+set xlabel 'realtime / s'
+
+set xrange [0:]
+
+
+plot \




More information about the Swift-commit mailing list