Ignore:
Timestamp:
Apr 13, 2026, 3:05:44 AM (5 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
5b21636b
Parents:
2581f1e
Message:

Add overlaid means to list perf histograms. Add 2nd-order graph to the paper and its discussion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/Makefile

    r2581f1e r1abcec9b  
    100100-include $(Plots)/*.d
    101101
     102${Build}/plot-%.sum.dat ${Build}/plot-%.det.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ListCommon.py ${Plots}/%.py.INPUTS | ${Build}
     103        python3 $< ${Build}/plot-$*.sum.dat ${Build}/plot-$*.det.dat
     104
     105${Build}/plot-%.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ListCommon.py ${Plots}/%.py.INPUTS | ${Build}
     106        python3 $< > $@
     107
    102108${Build}/plot-%.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ListCommon.py ${Plots}/%.py.INPUTS | ${Build}
    103109        python3 $< > $@
Note: See TracChangeset for help on using the changeset viewer.