source:
benchmark/ctxswitch/cfa_thrd.cfa@
43e0949
| Last change on this file since 43e0949 was 5e49e47, checked in by , 7 years ago | |
|---|---|
|
|
| File size: 198 bytes | |
| Line | |
|---|---|
| 1 | #include <stdio.h> |
| 2 | #include <thread.hfa> |
| 3 | |
| 4 | #include "bench.h" |
| 5 | |
| 6 | int main(int argc, char* argv[]) { |
| 7 | BENCH( |
| 8 | for (size_t i = 0; i < n; i++) { |
| 9 | yield(); |
| 10 | }, |
| 11 | result |
| 12 | ) |
| 13 | |
| 14 | printf("%llu\n", result); |
| 15 | } |
Note:
See TracBrowser
for help on using the repository browser.