Changeset a0dbf20 for doc/theses/thierry_delisle_PhD/thesis/Makefile
- Timestamp:
- Aug 30, 2022, 6:30:32 PM (4 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, stuck-waitfor-destruct
- Children:
- 4858a88
- Parents:
- a8dd247 (diff), 01ba701 (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) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/Makefile
ra8dd247 ra0dbf20 198 198 churn_low_nasus_ns_FLAGS = --MaxY=5000 199 199 200 locality_share_jax_ops_FLAGS = --MaxY=40000000 201 locality_noshare_jax_ops_FLAGS = --MaxY=40000000 202 locality_share_jax_ns_FLAGS = --MaxY=10000 203 locality_noshare_jax_ns_FLAGS = --MaxY=10000 204 205 locality_share_nasus_ops_FLAGS = --MaxY=60000000 206 locality_noshare_nasus_ops_FLAGS = --MaxY=60000000 207 locality_share_nasus_ns_FLAGS = --MaxY=10000 208 locality_noshare_nasus_ns_FLAGS = --MaxY=10000 209 200 210 build/result.%.ns.svg : data/% Makefile ../../../../benchmark/plot.py | ${Build} 201 211 ../../../../benchmark/plot.py -f $< -o $@ -y "ns per ops/procs" $($(subst .,_,$*)_ns_FLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.