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

Function to_string

tests/framework/Exceptions.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102std::string to_string(LogLevel level)
103{
104 std::stringstream stream;
105 stream << level;
106 return stream.str();
107}
108
109FileNotFound::FileNotFound(const std::string &msg) : std::runtime_error{msg}
110{

Callers 13

make_printableFunction · 0.70
stopMethod · 0.70
measurementsMethod · 0.50
measurementsMethod · 0.50
measurementsMethod · 0.50
descriptionMethod · 0.50
descriptionMethod · 0.50
descriptionMethod · 0.50
descriptionMethod · 0.50
run_exampleFunction · 0.50
TEST_CASEFunction · 0.50

Calls 1

strMethod · 0.80

Tested by

no test coverage detected