aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/ProfilingTestUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/ProfilingTestUtils.hpp')
-rw-r--r--src/profiling/test/ProfilingTestUtils.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/profiling/test/ProfilingTestUtils.hpp b/src/profiling/test/ProfilingTestUtils.hpp
index a9a69218c7..8f138bb315 100644
--- a/src/profiling/test/ProfilingTestUtils.hpp
+++ b/src/profiling/test/ProfilingTestUtils.hpp
@@ -21,6 +21,9 @@ const static uint32_t bodyHeaderSize = 6;
uint32_t GetStreamMetaDataPacketSize();
+/// Returns a vector of CpuRef, CpuAcc or GpuAcc backends if they where registered
+std::vector<BackendId> GetSuitableBackendRegistered();
+
inline unsigned int OffsetToNextWord(unsigned int numberOfBytes);
void VerifyTimelineHeaderBinary(const unsigned char* readableData,
@@ -57,10 +60,6 @@ ProfilingGuid VerifyTimelineEventBinaryPacket(Optional<uint64_t> timestamp,
void VerifyPostOptimisationStructureTestImpl(armnn::BackendId backendId);
-// returns true if a CpuRef, CpuAcc or GpuAcc
-// backend is registered
-bool HasSuitableBackendRegistered();
-
bool CompareOutput(std::vector<std::string> output, std::vector<std::string> expectedOutput);
namespace armnn