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

Method what

profiling/common/include/ProfilingException.hpp:58–61  ·  view source on GitHub ↗

@return - Error message of ProfilingException

Source from the content-addressed store, hash-verified

56
57 /// @return - Error message of ProfilingException
58 virtual const char *what() const noexcept override
59 {
60 return m_Message.c_str();
61 }
62
63private:
64 std::string m_Message;

Callers 4

HandleCommandsMethod · 0.45
UpdateMethod · 0.45
CaptureMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected