MCPcopy Create free account
hub / github.com/RichieSams/FiberTaskingLib / EmptyBenchmarkTask

Function EmptyBenchmarkTask

benchmarks/empty/empty.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33constexpr static unsigned kNumIterations = 1;
34
35void EmptyBenchmarkTask(ftl::TaskScheduler * /*scheduler*/, void * /*arg*/) {
36 // No-Op
37}
38
39TEST_CASE("Empty benchmark") {
40 BENCHMARK_ADVANCED("Empty")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected