Changeset c6f1f3e for benchmark/Makefile.am
- Timestamp:
- Jul 31, 2019, 3:33:44 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0d92e5c
- Parents:
- 1d76f8a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r1d76f8a4 rc6f1f3e 51 51 STATS = ${abs_top_srcdir}/tools/stat.py 52 52 repeats = 3 # 30 53 arch = x64 53 54 skipcompile = no 54 55 TIME_FORMAT = "%E" … … 99 100 @DOifskipcompile@ 100 101 @+make compile.csv 102 @-+make compile.diff.csv 101 103 @DOendif@ 102 104 @+make ctxswitch.csv 105 @-+make ctxswitch.diff.csv 103 106 @+make mutex.csv 107 @-+make mutex.diff.csv 104 108 @+make signal.csv 109 @-+make signal.diff.csv 105 110 @DOifskipcompile@ 106 @cat compile.csv 111 cat compile.csv 112 -cat compile.diff.csv 107 113 @DOendif@ 108 @cat ctxswitch.csv 109 @cat mutex.csv 110 @cat signal.csv 114 cat ctxswitch.csv 115 -cat ctxswitch.diff.csv 116 cat mutex.csv 117 -cat mutex.diff.csv 118 cat signal.csv 119 -cat signal.diff.csv 111 120 112 121 compile.csv: … … 142 151 @+make waitfor-cfa2.runquiet >> $@ 143 152 @$(srcdir)/fixcsv.sh $@ 153 154 %.diff.csv: %.csv 155 @test -e $(srcdir)/baselines/$(arch)/$< || (echo "Error : Missing baseline for ${<}" && false) 156 @$(srcdir)/baselines/calc.py $(srcdir)/baselines/$(arch)/$(<) $(<) > $@ 157 144 158 145 159 ## =========================================================================================================
Note: See TracChangeset
for help on using the changeset viewer.