Ignore:
Timestamp:
Apr 19, 2022, 3:00:04 PM (4 years ago)
Author:
m3zulfiq <m3zulfiq@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
5b84a321
Parents:
ba897d21 (diff), bb7c77d (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.
Message:

added benchmark and evaluations chapter to thesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/thesis/Makefile

    rba897d21 r2e9b59b  
    2929PICTURES = ${addsuffix .pstex, \
    3030        base \
     31        base_avg \
     32        cache-share \
     33        cache-noshare \
    3134        empty \
    3235        emptybit \
     
    3841        system \
    3942        cycle \
     43        result.cycle.jax.ops \
    4044}
    4145
     
    112116        python3 $< $@
    113117
     118build/result.%.ns.svg : data/% | ${Build}
     119        ../../../../benchmark/plot.py -f $< -o $@ -y "ns per ops"
     120
     121build/result.%.ops.svg : data/% | ${Build}
     122        ../../../../benchmark/plot.py -f $< -o $@ -y "Ops per second"
     123
    114124## pstex with inverted colors
    115125%.dark.pstex : fig/%.fig Makefile | ${Build}
Note: See TracChangeset for help on using the changeset viewer.