Searched refs:ProfilingConnectionDumpToFileDecorator (Results 1 – 6 of 6) sorted by relevance
19 ProfilingConnectionDumpToFileDecorator::ProfilingConnectionDumpToFileDecorator( in ProfilingConnectionDumpToFileDecorator() function in armnn::profiling::ProfilingConnectionDumpToFileDecorator33 ProfilingConnectionDumpToFileDecorator::~ProfilingConnectionDumpToFileDecorator() in ~ProfilingConnectionDumpToFileDecorator()38 bool ProfilingConnectionDumpToFileDecorator::IsOpen() const in IsOpen()43 void ProfilingConnectionDumpToFileDecorator::Close() in Close()52 bool ProfilingConnectionDumpToFileDecorator::WritePacket(const unsigned char* buffer, uint32_t leng… in WritePacket()63 arm::pipe::Packet ProfilingConnectionDumpToFileDecorator::ReadPacket(uint32_t timeout) in ReadPacket()73 bool ProfilingConnectionDumpToFileDecorator::OpenIncomingDumpFile() in OpenIncomingDumpFile()79 bool ProfilingConnectionDumpToFileDecorator::OpenOutgoingDumpFile() in OpenOutgoingDumpFile()92 void ProfilingConnectionDumpToFileDecorator::DumpIncomingToFile(const arm::pipe::Packet& packet) in DumpIncomingToFile()129 bool ProfilingConnectionDumpToFileDecorator::DumpOutgoingToFile(const unsigned char* buffer, uint32… in DumpOutgoingToFile()[all …]
25 class ProfilingConnectionDumpToFileDecorator : public IProfilingConnection class29 ProfilingConnectionDumpToFileDecorator(std::unique_ptr<IProfilingConnection> connection,33 ~ProfilingConnectionDumpToFileDecorator();
38 …return std::make_unique<ProfilingConnectionDumpToFileDecorator>(std::make_unique<SocketProfilingCo… in GetProfilingConnection()44 return std::make_unique<ProfilingConnectionDumpToFileDecorator>( in GetProfilingConnection()
84 …ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()93 …ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()105 …ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()128 …ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()138 …ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()153 …ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()
229 src/profiling/ProfilingConnectionDumpToFileDecorator.cpp \
529 src/profiling/ProfilingConnectionDumpToFileDecorator.cpp530 src/profiling/ProfilingConnectionDumpToFileDecorator.hpp