source: benchmark/ctxswitch/upp_thrd.cc @ 37cdd97

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

update existing benchmarks for changes to bench.h, add new benchmarks in new programming languages

  • Property mode set to 100644
File size: 263 bytes
Line 
1#include <cstdio>
2
3#include "bench.h"
4
5int main( int argc, char * argv[] ) {
6        BENCH_START()
7        BENCH(
8                for (size_t i = 0; i < times; i++) {
9                        uThisTask().yield();
10                },
11                result
12        )
13        printf( "%g\n", result );
14}
15
16// Local Variables: //
17// tab-width: 4 //
18// End: //
Note: See TracBrowser for help on using the repository browser.