Changes in benchmark/size/size.cfa [e49b6f5:ce9338c]
- File:
-
- 1 edited
-
benchmark/size/size.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/size/size.cfa
re49b6f5 rce9338c 2 2 3 3 int main(){ 4 printf("Coroutine : %zu bytes\n", sizeof( coroutine$));5 printf("Monitor : %zu bytes\n", sizeof( monitor$));6 printf("Thread : %zu bytes\n", sizeof( thread$));4 printf("Coroutine : %zu bytes\n", sizeof( $coroutine )); 5 printf("Monitor : %zu bytes\n", sizeof( $monitor )); 6 printf("Thread : %zu bytes\n", sizeof( $thread )); 7 7 printf("Processor : %zu bytes\n", sizeof( processor )); 8 8 printf("Cluster : %zu bytes\n", sizeof( cluster ));
Note:
See TracChangeset
for help on using the changeset viewer.