Ignore:
Timestamp:
Apr 9, 2022, 2:51:24 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
2a77817
Parents:
11a1240
Message:

Added some experiments, some graph generation and a whole lot of text

File:
1 edited

Legend:

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

    r11a1240 r6db62fa  
    2929PICTURES = ${addsuffix .pstex, \
    3030        base \
     31        base_avg \
    3132        empty \
    3233        emptybit \
     
    3839        system \
    3940        cycle \
     41        result.cycle.jax.ops \
    4042}
    4143
     
    112114        python3 $< $@
    113115
     116build/result.%.ns.svg : data/% | ${Build}
     117        ../../../../benchmark/plot.py -f $< -o $@ -y "ns per ops"
     118
     119build/result.%.ops.svg : data/% | ${Build}
     120        ../../../../benchmark/plot.py -f $< -o $@ -y "Ops per second"
     121
    114122## pstex with inverted colors
    115123%.dark.pstex : fig/%.fig Makefile | ${Build}
Note: See TracChangeset for help on using the changeset viewer.