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

Method IsOpen

profiling/client/src/SocketProfilingConnection.cpp:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool SocketProfilingConnection::IsOpen() const
67{
68#if !defined(ARMNN_DISABLE_SOCKETS)
69 return m_Socket[0].fd > 0;
70#else
71 return false;
72#endif
73}
74
75void SocketProfilingConnection::Close()
76{

Callers 4

HandleCommandsMethod · 0.45
StopMethod · 0.45
FlushBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected