source: benchmark/creation/cfa_cor.cfa @ 26fd986

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

update benchmarks for concurrency paper

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