MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / test

Function test

tests/compiler/stdpar/sync-elision/function_exit.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "common.hpp"
10
11__attribute__((noinline))
12void test() {
13 stdpar_call();
14}
15
16// Compiler will currently always inline the first level of calls
17// to stdpar functions, so we need another layer of function calls

Callers 1

test_wrapperFunction · 0.70

Calls 1

stdpar_callFunction · 0.85

Tested by 1

test_wrapperFunction · 0.56