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

Method print_test_warning

tests/framework/Framework.cpp:250–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void Framework::print_test_warning(std::ostream &os) const
251{
252 if (!_test_warning.empty())
253 {
254 os << "CONTEXT:\n";
255
256 for (const auto &str : _test_warning)
257 {
258 os << " " << str << "\n";
259 }
260 }
261}
262
263template <typename F>
264void Framework::func_on_all_printers(F &&func)

Callers 1

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected