- Timestamp:
- Dec 12, 2018, 9:16:12 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 5ebb1368
- Parents:
- 3d99498
- Location:
- benchmark
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.in
r3d99498 r200fcb3 714 714 715 715 compile-attributes$(EXEEXT): 716 @$(CFACOMPILE) -fsyntax-only -w $(testdir)/attributes.c 716 @$(CFACOMPILE) -fsyntax-only -w $(testdir)/attributes.cfa 717 717 718 718 compile-empty$(EXEEXT): -
benchmark/Monitor.c
r3d99498 r200fcb3 29 29 EndTime = Time(); 30 30 31 sout | ( EndTime - StartTime ) / N | endl;31 sout | ( EndTime - StartTime ) / N; 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.