Changes in src/benchmark/CorCtxSwitch.c [7d9c987:8cb6fcd]
- File:
-
- 1 edited
-
src/benchmark/CorCtxSwitch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/CorCtxSwitch.c
r7d9c987 r8cb6fcd 31 31 32 32 StartTime = Time(); 33 // for ( volatile unsigned int i = 0; i < NoOfTimes; i += 1 ) { 34 // resume( this_coroutine() ); 35 // // resume( &s ); 36 // } 33 37 resumer( &s, NoOfTimes ); 34 38 EndTime = Time();
Note:
See TracChangeset
for help on using the changeset viewer.