Revision: 1318
http://svn.sourceforge.net/complement/?rev=1318&view=rev
Author: complement
Date: 2006-10-13 07:32:49 -0700 (Fri, 13 Oct 2006)
Log Message:
-----------
add unistd data
Modified Paths:
--------------
trunk/explore/perf/STL/strings.gplot
Modified: trunk/explore/perf/STL/strings.gplot
===================================================================
--- trunk/explore/perf/STL/strings.gplot 2006-10-13 13:03:26 UTC (rev 1317)
+++ trunk/explore/perf/STL/strings.gplot 2006-10-13 14:32:49 UTC (rev 1318)
@@ -171,6 +171,7 @@
'stream/libstdc++.dat' using ($1):($6) notitle w l lt 3, \
'stream/libstdc++.dat' using ($1):($6):($7) title "libstdc++" w yerrorbars lt 3, \
'stream/stdio.dat' using ($1):($6) notitle w l lt 4, \
- 'stream/stdio.dat' using ($1):($6):($7) title "stdio" w yerrorbars lt 4
+ 'stream/stdio.dat' using ($1):($6):($7) title "stdio" w yerrorbars lt 4, \
+ 'stream/unistd.dat' using ($1):($6):($7) title "unistd" w yerrorbars lt 5
#pause(-1)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|