Changeset 0d10090 for doc/generic_types/evaluation/bench.hpp
- Timestamp:
- Apr 12, 2017, 9:36:33 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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:
- 50b7e8c, d9dd3d1
- Parents:
- ff178ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/generic_types/evaluation/bench.hpp
rff178ee r0d10090 5 5 #include <time.h> 6 6 7 static const int N = 50000000; 7 #ifndef N 8 static const int N = 40000000; 9 #endif 8 10 9 11 long ms_between(clock_t start, clock_t end) {
Note: See TracChangeset
for help on using the changeset viewer.