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

Method Fail

profiling/client/src/FileOnlyProfilingConnection.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void FileOnlyProfilingConnection::Fail(const std::string& errorMessage)
158{
159 Close();
160 throw arm::pipe::ProfilingException(errorMessage);
161}
162
163/// Adds a local packet handler to the FileOnlyProfilingConnection. Invoking this will start
164/// a processing thread that will ensure that processing of packets will happen on a separate

Callers

nothing calls this directly

Calls 2

CloseFunction · 0.85
ProfilingExceptionClass · 0.85

Tested by

no test coverage detected