Changes in src/benchmark/Makefile.in [05f4b85:91496f3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/Makefile.in
r05f4b85 r91496f3 253 253 STATS = ${TOOLSDIR}stat.py 254 254 repeats = 30 255 skipcompile = no256 255 TIME_FORMAT = "%E" 257 256 PRINT_FORMAT = %20s: #Comments needed for spacing … … 460 459 %.runquiet : 461 460 @+make $(basename $@) 462 @ taskset -c 1./a.out461 @./a.out 463 462 @rm -f a.out 464 463 … … 474 473 @echo -e '\t"githash": "'${githash}'",' 475 474 @echo -e '\t"arch": "' ${arch} '",' 476 @DOifskipcompile@477 475 @echo -e '\t"compile": {' 478 476 @+make compile TIME_FORMAT='%e,' PRINT_FORMAT='\t\t\"%s\" :' 479 477 @echo -e '\t\t"dummy" : {}' 480 478 @echo -e '\t},' 481 @DOendif@482 479 @echo -e '\t"ctxswitch": {' 483 480 @echo -en '\t\t"coroutine":'
Note: See TracChangeset
for help on using the changeset viewer.