Ignore:
Timestamp:
Feb 4, 2026, 12:43:09 PM (5 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master, stuck-waitfor-destruct
Children:
f648875
Parents:
df72682
Message:

Add data for Intel host 'java', alongside incumbent AMD host 'swift'.

Revise analysis--presentation to show both side by side. Remove presentation of CFA Attribution, which is now seen to be chasing a red herring.

Data continue to be from harness of commit 78bc398830.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-java.gp

    rdf72682 r8eb85de  
    1 set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
     1set terminal pdfcairo color enhanced size 3.0in,3.0in font "Times,17"
     2
     3set size 1.0, 1.0    # scale of plot area inside terminal
     4set origin 0.0, 0.0  # bottom-left corner
    25
    36INDIR="build"
     
    58
    69set macros
    7 set output OUTDIR."/plot-list-zoomout-noshuf.pdf"
     10set output OUTDIR."/plot-list-zoomout-shuf-java.pdf"
    811
    912set grid
    10 set key top left
     13set key bottom right offset 1,1
    1114set logscale x
    12 #set logscale y
     15set xtics ("1" 1, "10" 10, "100" 100, \
     16           "10^3" 1e3, "10^4" 1e4, "10^5" 1e5, \
     17           "10^6" 1e6, "10^7" 1e7, "10^8" 1e8, "10^9" 1e9)
     18set mxtics 9
     19set logscale y
    1320#set yrange [1:1000];
    1421set xlabel "List length (item count)" offset 2,0
    15 set ylabel "Duration (ns)"
     22#set ylabel "Duration (ns)"
     23unset ylabel
     24set format y ""
    1625set linetype 3 dashtype 2
    1726set linetype 4 dashtype 2
    1827
    19 plot INDIR."/plot-list-zoomout-noshuf.dat" \
     28plot INDIR."/plot-list-zoomout-shuf-java.dat" \
    2029       i 1 using 1:2 title "STL" with points lt rgb "forest-green"      pt  3 ps 1 lw 1, \
    2130    '' i 0 using 1:2 title "intrusives" with points lt rgb "black"      pt  1 ps 1 lw 1, \
Note: See TracChangeset for help on using the changeset viewer.