Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ print_errors_header
Method
print_errors_header
tests/framework/printers/JSONPrinter.cpp:131–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
*_stream <<
"}"
;
130
}
131
void JSONPrinter::print_errors_header()
132
{
133
_errors.clear();
134
_expected_errors.clear();
135
_warnings.clear();
136
_infos.clear();
137
}
138
139
void JSONPrinter::print_errors_footer()
140
{
Callers
1
run_test
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected