Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ print_run_header
Method
print_run_header
tests/framework/printers/JSONPrinter.cpp:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void JSONPrinter::print_run_header()
91
{
92
print_separator(_first_entry);
93
94
*_stream << R
"("
tests
" : {)"
;
95
}
96
97
void JSONPrinter::print_run_footer()
98
{
Callers
2
run
Method · 0.45
print_test_results
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected