source: benchmark/creation/cfa_cor.cfa @ 9d6317f

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

update benchmarks for concurrency paper

  • Property mode set to 100644
File size: 244 bytes
Line 
1#include "bench.h"
2
3typedef struct {
4        void * next;
5} C;
6
7int main( int argc, char * argv[] ) {
8        BENCH_START()
9        BENCH(
10                for ( times ) {
11                        C c;
12                },
13                result
14        )
15        printf( "%g\n", result );
16}
17
18// Local Variables: //
19// tab-width: 4 //
20// End: //
Note: See TracBrowser for help on using the repository browser.