From 3201eea0565ce2bb0418d1936fec71bdeb14c084 Mon Sep 17 00:00:00 2001 From: Keith Davis Date: Thu, 24 Oct 2019 17:30:41 +0100 Subject: IVGCVSW-3444 File Only Profiling Connection * Add FileOnlyProfilingConnection Decorator * Fix bug where Conn Ack not automatically sent back * Modify GatordMock to use the Counter Directory class. * Promote DirectoryCaptureCommandHandler from GatordMock into ArmNN. * Remove MockUtils as it's contents were moved or deleted. * Rewrite GatordMockTests to use Counter Directory class. * Flush streams in ProfilingConnectionDumpToFileDecorator::Close. Signed-off-by: Keith Davis Signed-off-by: Colm Donelan Change-Id: I77b2aedece24150dd31691b577f3b5d81b2e226f --- src/profiling/test/ProfilingConnectionDumpToFileDecoratorTests.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/profiling/test/ProfilingConnectionDumpToFileDecoratorTests.cpp') diff --git a/src/profiling/test/ProfilingConnectionDumpToFileDecoratorTests.cpp b/src/profiling/test/ProfilingConnectionDumpToFileDecoratorTests.cpp index c42891d9bf..ec4e591836 100644 --- a/src/profiling/test/ProfilingConnectionDumpToFileDecoratorTests.cpp +++ b/src/profiling/test/ProfilingConnectionDumpToFileDecoratorTests.cpp @@ -81,7 +81,6 @@ std::vector ReadDumpFile(const std::string& dumpFileName) BOOST_AUTO_TEST_SUITE(ProfilingConnectionDumpToFileDecoratorTests) - BOOST_AUTO_TEST_CASE(DumpIncomingInvalidFile) { armnn::Runtime::CreationOptions::ExternalProfilingOptions options; -- cgit v1.2.1