Changeset 81e1984b for doc/theses/mike_brooks_MMath/plots
- Timestamp:
- Aug 12, 2025, 12:19:31 AM (7 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 6c58850
- Parents:
- 58a4cde (diff), 39ffa5e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- doc/theses/mike_brooks_MMath/plots
- Files:
-
- 8 edited
-
list-cfa-attrib-remelem.gp (modified) (1 diff)
-
list-cfa-attrib.gp (modified) (1 diff)
-
list-cmp-exout.gp (modified) (1 diff)
-
list-cmp-survey.gp (modified) (1 diff)
-
list-zoomin-abs.gp (modified) (1 diff)
-
list-zoomin-rel.gp (modified) (1 diff)
-
list-zoomout-noshuf.gp (modified) (1 diff)
-
list-zoomout-shuf.gp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/plots/list-cfa-attrib-remelem.gp
r58a4cde r81e1984b 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
r58a4cde r81e1984b 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
r58a4cde r81e1984b 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
r58a4cde r81e1984b 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
r58a4cde r81e1984b 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
r58a4cde r81e1984b 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
r58a4cde r81e1984b 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
r58a4cde r81e1984b 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.