Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Reverse Diff
Changes in
benchmark/ctxswitch/cfa_thrd.cfa
[5e49e47:dc33b5b]
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
benchmark/ctxswitch/cfa_thrd.cfa
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
benchmark/ctxswitch/cfa_thrd.cfa
r5e49e47
rdc33b5b
1
#include <stdio.h>
2
1
#include <thread.hfa>
3
2
…
…
6
5
int main(int argc, char* argv[]) {
7
6
BENCH(
8
for (
size_t i = 0; i < n; i++
) {
7
for (
i; n
) {
9
8
yield();
10
9
},
…
…
12
11
)
13
12
14
printf("%
llu
\n", result);
13
printf("%
g
\n", result);
15
14
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive