ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since af7acb9 was
ce9338c,
checked in by Thierry Delisle <tdelisle@…>, 5 years ago
|
Fixed warnings in benchmarks and removed unnecessary includes
|
-
Property mode set to
100644
|
File size:
326 bytes
|
Rev | Line | |
---|
[e15683e] | 1 | #include <kernel.hfa> |
---|
| 2 | |
---|
| 3 | int main(){ |
---|
[ce9338c] | 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 | printf("Processor : %zu bytes\n", sizeof( processor )); |
---|
| 8 | printf("Cluster : %zu bytes\n", sizeof( cluster )); |
---|
[e15683e] | 9 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.