Changeset 7286a40 for src/benchmark
- Timestamp:
- Jul 12, 2017, 4:20:50 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:
- acb89ed
- Parents:
- 76f2bdcb
- Location:
- src/benchmark
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/bench.h
r76f2bdcb r7286a40 26 26 #define N 10000000 27 27 #endif 28 29 unsigned int default_preemption() { 30 return 0; 31 } -
src/benchmark/csv-data.c
r76f2bdcb r7286a40 25 25 } 26 26 27 #ifndef N28 #define N 10000000029 #endif30 31 27 //----------------------------------------------------------------------------- 32 28 // coroutine context switch … … 100 96 mon_t mon1; 101 97 102 condition cond1a; 98 condition cond1a; 103 99 condition cond1b; 104 100 … … 148 144 mon_t mon2; 149 145 150 condition cond2a; 146 condition cond2a; 151 147 condition cond2b; 152 148
Note: See TracChangeset
for help on using the changeset viewer.