MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / log_test_start

Method log_test_start

tests/framework/Framework.cpp:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void Framework::log_test_start(const TestInfo &info)
270{
271 if (_log_level >= LogLevel::TESTS)
272 {
273 func_on_all_printers([&](Printer *p) { p->print_test_header(info); });
274 }
275}
276
277void Framework::log_test_skipped(const TestInfo &info)
278{

Callers

nothing calls this directly

Calls 1

print_test_headerMethod · 0.45

Tested by

no test coverage detected