source: benchmark/creation/cfa_thrd.cfa @ d4e68a6

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since d4e68a6 was dc33b5b, checked in by Peter A. Buhr <pabuhr@…>, 5 years ago

update benchmarks and add benchmarks for qthreads

  • Property mode set to 100644
File size: 228 bytes
Line 
1#include <stdio.h>
2#include <thread.hfa>
3
4#include "bench.h"
5
6thread MyThread {};
7void main(MyThread &) {}
8
9int main(int argc, char* argv[]) {
10        BENCH(
11                for ( i; n ) {
12                        MyThread m;
13                },
14                result
15        )
16
17        printf("%g\n", result);
18}
Note: See TracBrowser for help on using the repository browser.