# HG changeset patch # User Masataka Kohagura # Date 1455203569 -32400 # Node ID f8cf072e63f75b37e8c167db2fe7a641a6bbb4aa # Parent 9383578c9fd78421b97f24a093226a47367d1f3a remove diff -r 9383578c9fd7 -r f8cf072e63f7 memo/io_speany.plt --- a/memo/io_speany.plt Thu Feb 11 21:07:21 2016 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,141 +0,0 @@ -#!/usr/local/bin/gnuplot -persist -# -# -# G N U P L O T -# Version 4.2 patchlevel 6 -# last modified Sep 2009 -# System: Darwin 13.0.0 -# -# Copyright (C) 1986 - 1993, 1998, 2004, 2007 - 2009 -# Thomas Williams, Colin Kelley and many others -# -# Type `help` to access the on-line reference manual. -# The gnuplot FAQ is available from http://www.gnuplot.info/faq/ -# -# Send bug reports and suggestions to -# -# set terminal aqua 0 title "Figure 0" size 846,594 font "Times-Roman,14" noenhanced solid -# set output -unset clip points -set clip one -unset clip two -set bar 1.000000 -set border 31 front linetype -1 linewidth 1.000 -set xdata -set ydata -set zdata -set x2data -set y2data -set boxwidth -set style fill empty border -set style rectangle back fc lt -3 fillstyle solid 1.00 border -1 -set dummy x,y -set angles radians -set grid nopolar -set grid xtics nomxtics ytics nomytics noztics nomztics \ - nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics -set grid layerdefault linetype 0 linewidth 1.000, linetype 0 linewidth 1.000 -set key title "" -set key inside right top vertical Right noreverse enhanced autotitles nobox -set key noinvert samplen 4 spacing 1 width 0 height 0 -unset label -unset arrow -set style increment default -unset style line -unset style arrow -set style histogram clustered gap 2 title offset character 0, 0, 0 -unset logscale -set offsets 0, 0, 0, 0 -set pointsize 1 -set encoding default -unset polar -unset parametric -unset decimalsign -set view 60, 30, 1, 1 -set samples 100, 100 -set isosamples 10, 10 -set surface -unset contour -set clabel '%8.3g' -set mapping cartesian -set datafile separator whitespace -unset hidden3d -set cntrparam order 4 -set cntrparam linear -set cntrparam levels auto 5 -set cntrparam points 5 -set size ratio 0 1,1 -set origin 0,0 -set style data points -set style function lines -set xzeroaxis linetype -2 linewidth 1.000 -set yzeroaxis linetype -2 linewidth 1.000 -set zzeroaxis linetype -2 linewidth 1.000 -set x2zeroaxis linetype -2 linewidth 1.000 -set y2zeroaxis linetype -2 linewidth 1.000 -set ticslevel 0.5 -set mxtics default -set mytics default -set mztics default -set mx2tics default -set my2tics default -set mcbtics default -set xtics border in scale 1,0.5 mirror norotate offset character 0, 0, 0 -set xtics 1 norangelimit -set ytics border in scale 1,0.5 mirror norotate offset character 0, 0, 0 -set ytics autofreq norangelimit -set ztics border in scale 1,0.5 nomirror norotate offset character 0, 0, 0 -set ztics autofreq norangelimit -set nox2tics -set noy2tics -set cbtics border in scale 1,0.5 mirror norotate offset character 0, 0, 0 -set cbtics autofreq norangelimit -set title "" -set title offset character 0, 0, 0 font "" norotate -set timestamp bottom -set timestamp "" -set timestamp offset character 0, 0, 0 font "" norotate -set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] ) -set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) -set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) -set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) -set xlabel "" -set xlabel offset character 0, 0, 0 font "" textcolor lt -1 norotate -set x2label "" -set x2label offset character 0, 0, 0 font "" textcolor lt -1 norotate -set xrange [ 1.00000 : 4.00000 ] noreverse nowriteback -set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) -set ylabel "" -set ylabel offset character 0, 0, 0 font "" textcolor lt -1 rotate by 90 -set y2label "" -set y2label offset character 0, 0, 0 font "" textcolor lt -1 rotate by 90 -set yrange [ 0.00000 : 130.000 ] noreverse nowriteback -set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) -set zlabel "" -set zlabel offset character 0, 0, 0 font "" textcolor lt -1 norotate -set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) -set cblabel "" -set cblabel offset character 0, 0, 0 font "" textcolor lt -1 rotate by 90 -set cbrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) -set zero 1e-08 -set lmargin -1 -set bmargin -1 -set rmargin -1 -set tmargin -1 -set locale "C" -set pm3d explicit at s -set pm3d scansautomatic -set pm3d interpolate 1,1 flush begin noftriangles nohidden3d corners2color mean -set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB -set palette rgbformulae 7, 5, 15 -set colorbox default -set colorbox vertical origin screen 0.9, 0.2, 0 size screen 0.05, 0.6, 0 front bdefault -set loadpath -set fontpath -set xlabel "CPU_NUM" -set ylabel "s" -set fit noerrorvariables -GNUTERM = "aqua" -plot "grep.txt" using 1:2 title "MMAP" with lines -# plot "./io_speany.txt" using 1:2 title "MMAP & SPE_ANY" with lines,"./io_speany.txt" using 1:3 title "divide read & SPE_ANY" with lines,"./io_speany.txt" using 1:4 title "MMAP & IO_0" with lines,"./io_speany.txt" using 1:5 title "divide read & IO_0" with lines -# EOF diff -r 9383578c9fd7 -r f8cf072e63f7 memo/io_speany.txt --- a/memo/io_speany.txt Thu Feb 11 21:07:21 2016 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -1 102.260 82.814 102.824 84.670 -2 75.201 127.040 72.691 71.691 -3 60.065 77.703 60.065 68.778 -4 58.234 72.097 58.230 66.016