Changeset b7170a64 for src/benchmark/ctxswitch/upp_thrd.cc
- Timestamp:
- Oct 26, 2017, 12:16:10 PM (5 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:
- 6395817
- Parents:
- 4149d9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/ctxswitch/upp_thrd.cc
r4149d9d rb7170a64 1 #include <cstdio> 2 3 #include "bench.h" 4 5 int main(int argc, char* argv[]) { 6 BENCH( 7 for (size_t i = 0; i < n; i++) { 8 uThisTask().yield(); 9 }, 10 result 11 ) 12 13 printf("%llu\n", result); 14 }
Note: See TracChangeset
for help on using the changeset viewer.