- Timestamp:
- Dec 12, 2018, 3:48:10 PM (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:
- 515a037
- Parents:
- 90cfc16 (diff), 5ebb1368 (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. - Location:
- benchmark
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.in
r90cfc16 r85acec94 724 724 725 725 compile-attributes$(EXEEXT): 726 @$(CFACOMPILE) -fsyntax-only -w $(testdir)/attributes.c 726 @$(CFACOMPILE) -fsyntax-only -w $(testdir)/attributes.cfa 727 727 728 728 compile-empty$(EXEEXT): -
benchmark/Monitor.c
r90cfc16 r85acec94 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.