Changeset b2525d9
- Timestamp:
- Aug 5, 2021, 2:04:49 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- d2cdd4f, d89d150
- Parents:
- 0b67a19
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r0b67a19 rb2525d9 74 74 echo "int main() { return 0; }" > ${@} 75 75 76 .SILENT: # do not print recipe77 76 .NOTPARALLEL: 78 77 .PHONY: jenkins cleancsv … … 116 115 117 116 %.run : %$(EXEEXT) ${REPEAT} 118 rm -f .result.log119 echo "------------------------------------------------------"120 echo $<121 ${REPEAT} ${repeats} -- ./a.out\117 @rm -f .result.log 118 @echo "------------------------------------------------------" 119 @echo $< 120 @${REPEAT} ${repeats} -- ./a.out\ 122 121 $(if ${$(subst -,_,$(basename $@))_DURATION},\ 123 122 ${$(subst -,_,$(basename $@))_DURATION},\ 124 123 ${$(firstword $(subst -, ,$(basename $@)))_DURATION}) | tee -a .result.log 125 ${STATS} .result.log126 echo "------------------------------------------------------"127 rm -f a.out .result.log *.class124 @${STATS} .result.log 125 @echo "------------------------------------------------------" 126 @rm -f a.out .result.log *.class 128 127 129 128 # ${REPEAT} ${repeats} -- /usr/bin/time -f "%Uu %Ss %Er %Mkb" ./a.out … … 150 149 jenkins$(EXEEXT): cleancsv 151 150 @DOifskipcompile@ 152 +makecompile.csv153 -+makecompile.diff.csv151 @+make --silent compile.csv 152 @-+make --silent compile.diff.csv 154 153 @DOendif@ 155 +makectxswitch.csv156 -+makectxswitch.diff.csv157 +makemutex.csv158 -+makemutex.diff.csv159 +makeschedint.csv160 -+makeschedint.diff.csv154 @+make --silent ctxswitch.csv 155 @-+make --silent ctxswitch.diff.csv 156 @+make --silent mutex.csv 157 @-+make --silent mutex.diff.csv 158 @+make --silent schedint.csv 159 @-+make --silent schedint.diff.csv 161 160 @DOifskipcompile@ 162 161 cat compile.csv
Note: See TracChangeset
for help on using the changeset viewer.