Changeset e49b6f5 for benchmark/size
- Timestamp:
- Jul 5, 2021, 4:59:49 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0052ada
- Parents:
- b7d94ac5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/size/size.cfa
rb7d94ac5 re49b6f5 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.