Changeset e57a405 for doc/theses
- Timestamp:
- Aug 11, 2025, 9:23:30 PM (6 weeks ago)
- Branches:
- master
- Children:
- 959cc59
- Parents:
- 9367cd6
- Location:
- doc/theses/mike_brooks_MMath/plots
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem.gp
r9367cd6 re57a405 32 32 "-30%%" 0.769230769, \ 33 33 ) 34 set ylabel "Duration (tailq-Relative)" 34 set ylabel "Duration (tailq-Relative)" offset -1.0,0 35 35 36 36 # Draw axis-like line at speedup=0% (y=1.0) -
doc/theses/mike_brooks_MMath/plots/list-cfa-attrib.gp
r9367cd6 re57a405 25 25 "-30%%" 0.769230769, \ 26 26 ) 27 set ylabel "Duration (tailq-Relative)" 27 set ylabel "Duration (tailq-Relative)" offset -1.0,0 28 28 29 29 # Draw axis-like line at speedup=0% (y=1.0) -
doc/theses/mike_brooks_MMath/plots/list-cmp-exout.gp
r9367cd6 re57a405 25 25 "-30%%" 0.769230769, \ 26 26 ) 27 set ylabel "Duration (tailq-Relative)" 27 set ylabel "Duration (tailq-Relative)" offset -1.0,0 28 28 29 29 # Draw axis-like line at speedup=0% (y=1.0) -
doc/theses/mike_brooks_MMath/plots/list-cmp-survey.gp
r9367cd6 re57a405 25 25 "-30%%" 0.769230769, \ 26 26 ) 27 set ylabel "Duration (tailq-Relative)" 27 set ylabel "Duration (tailq-Relative)" offset -1.0,0 28 28 29 29 # Draw axis-like line at speedup=0% (y=1.0) -
doc/theses/mike_brooks_MMath/plots/list-zoomin-abs.gp
r9367cd6 re57a405 15 15 set xrange [0.75:128]; 16 16 set xlabel "List length (item count)" offset 2,0 17 set ylabel "Duration (ns)" 17 set ylabel "Duration (ns)" offset -1.0,0 18 18 set errorbars 2.0 19 19 -
doc/theses/mike_brooks_MMath/plots/list-zoomin-rel.gp
r9367cd6 re57a405 24 24 set xrange [0.75:128]; 25 25 set xlabel "List length (item count)" offset 2,0 26 set ylabel "Duration (tailq-Relative)" 26 set ylabel "Duration (tailq-Relative)" offset -1.0,0 27 27 set errorbars 2.0 28 28 -
doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp
r9367cd6 re57a405 10 10 set key top left 11 11 set logscale x 12 set logscale y 13 set yrange [4:200]; 12 set xrange [10:*] 13 #set logscale y 14 #set yrange [32:*]; 14 15 set xlabel "List length (item count)" offset 2,0 15 16 set ylabel "Duration (ns)" -
doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.gp
r9367cd6 re57a405 10 10 set key top left 11 11 set logscale x 12 set logscale y 13 set yrange [4:200]; 12 set xrange [10:*] 13 #set logscale y 14 #set yrange [32:200] 14 15 set xlabel "List length (item count)" offset 2,0 15 16 set ylabel "Duration (ns)"
Note:
See TracChangeset
for help on using the changeset viewer.