MCPcopy Create free account
hub / github.com/ARM-software/armnn / Fail

Method Fail

profiling/client/src/ProfilingConnectionDumpToFileDecorator.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void ProfilingConnectionDumpToFileDecorator::Fail(const std::string& errorMessage)
155{
156 Close();
157 throw arm::pipe::ProfilingException(errorMessage);
158}
159
160} // namespace pipe
161

Callers

nothing calls this directly

Calls 2

CloseFunction · 0.85
ProfilingExceptionClass · 0.85

Tested by

no test coverage detected