Home
last modified time | relevance | path

Searched refs:ProfilingConnectionDumpToFileDecorator (Results 1 – 6 of 6) sorted by relevance

/external/armnn/src/profiling/
DProfilingConnectionDumpToFileDecorator.cpp19 ProfilingConnectionDumpToFileDecorator::ProfilingConnectionDumpToFileDecorator( in ProfilingConnectionDumpToFileDecorator() function in armnn::profiling::ProfilingConnectionDumpToFileDecorator
33 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 …]
DProfilingConnectionDumpToFileDecorator.hpp25 class ProfilingConnectionDumpToFileDecorator : public IProfilingConnection class
29 ProfilingConnectionDumpToFileDecorator(std::unique_ptr<IProfilingConnection> connection,
33 ~ProfilingConnectionDumpToFileDecorator();
DProfilingConnectionFactory.cpp38 …return std::make_unique<ProfilingConnectionDumpToFileDecorator>(std::make_unique<SocketProfilingCo… in GetProfilingConnection()
44 return std::make_unique<ProfilingConnectionDumpToFileDecorator>( in GetProfilingConnection()
/external/armnn/src/profiling/test/
DProfilingConnectionDumpToFileDecoratorTests.cpp84ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()
93ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()
105ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()
128ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()
138ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()
153ProfilingConnectionDumpToFileDecorator decorator(std::make_unique<DummyProfilingConnection>(), opt… in BOOST_AUTO_TEST_CASE()
/external/armnn/
DAndroid.mk229 src/profiling/ProfilingConnectionDumpToFileDecorator.cpp \
DCMakeLists.txt529 src/profiling/ProfilingConnectionDumpToFileDecorator.cpp
530 src/profiling/ProfilingConnectionDumpToFileDecorator.hpp