Changeset 45c43e5 for src/benchmark
- Timestamp:
- Feb 26, 2018, 12:49:55 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, stuck-waitfor-destruct, with_gc
- Children:
- eddb399
- Parents:
- 17fc7a5 (diff), 2c39855 (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. - File:
-
- 1 edited
-
src/benchmark/bench.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/bench.h
r17fc7a5 r45c43e5 10 10 #if defined(__cforall) 11 11 } 12 #include <bits/cfatime.h> 12 13 #endif 14 13 15 14 16 static inline unsigned long long int Time() { … … 45 47 ( EndTime - StartTime ) / n; 46 48 47 unsigned int default_preemption() {49 __cfa_time_t default_preemption() { 48 50 return 0; 49 51 }
Note:
See TracChangeset
for help on using the changeset viewer.