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

Function ARM_COMPUTE_PRINT_INFO

tests/framework/Asserts.h:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63inline void ARM_COMPUTE_PRINT_INFO()
64{
65 std::stringstream msg;
66 arm_compute::test::framework::Framework::get().print_test_info(msg);
67 arm_compute::test::framework::Framework::get().log_info(msg.str());
68 arm_compute::test::framework::Framework::get().clear_test_info();
69}
70
71inline void ARM_COMPUTE_PRINT_WARNING()
72{

Callers 5

validateFunction · 0.85
validate_wrapFunction · 0.85
TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85

Calls 4

print_test_infoMethod · 0.80
log_infoMethod · 0.80
strMethod · 0.80
clear_test_infoMethod · 0.80

Tested by

no test coverage detected