Changeset 2e9b59b for doc/theses/thierry_delisle_PhD/thesis/Makefile
- Timestamp:
- Apr 19, 2022, 3:00:04 PM (4 years ago)
- 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. - File:
-
- 1 edited
-
doc/theses/thierry_delisle_PhD/thesis/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/Makefile
rba897d21 r2e9b59b 29 29 PICTURES = ${addsuffix .pstex, \ 30 30 base \ 31 base_avg \ 32 cache-share \ 33 cache-noshare \ 31 34 empty \ 32 35 emptybit \ … … 38 41 system \ 39 42 cycle \ 43 result.cycle.jax.ops \ 40 44 } 41 45 … … 112 116 python3 $< $@ 113 117 118 build/result.%.ns.svg : data/% | ${Build} 119 ../../../../benchmark/plot.py -f $< -o $@ -y "ns per ops" 120 121 build/result.%.ops.svg : data/% | ${Build} 122 ../../../../benchmark/plot.py -f $< -o $@ -y "Ops per second" 123 114 124 ## pstex with inverted colors 115 125 %.dark.pstex : fig/%.fig Makefile | ${Build}
Note:
See TracChangeset
for help on using the changeset viewer.