Changeset 122aecd for doc/generic_types/evaluation/bench.h
- Timestamp:
- Apr 7, 2017, 2:32:03 PM (6 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 3a48e283
- Parents:
- 4cfcf41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/generic_types/evaluation/bench.h
r4cfcf41 r122aecd 2 2 #include <time.h> 3 3 4 #define N 200000000 4 // #define N 50000000 5 #define N 5 6 5 7 6 8 long ms_between(clock_t start, clock_t end) {
Note: See TracChangeset
for help on using the changeset viewer.