From e394bd99f1a55e099445823b7a951f0faa84d439 Mon Sep 17 00:00:00 2001 From: Keith Davis Date: Mon, 2 Dec 2019 15:12:19 +0000 Subject: IVGCVSW-4178 Add code to increment the 3 ArmNN counters * Increment at Runtime.cpp | BackendRegistry.cpp | LoadedNetwork.cpp * Update unit tests * UID generation is now handled by backends Signed-off-by: Keith Davis Change-Id: Ifa53763409078c14839675206d8b260cdc36a8df --- src/profiling/ICounterValues.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/profiling/ICounterValues.hpp') diff --git a/src/profiling/ICounterValues.hpp b/src/profiling/ICounterValues.hpp index 18e34b6747..cef02668f6 100644 --- a/src/profiling/ICounterValues.hpp +++ b/src/profiling/ICounterValues.hpp @@ -32,7 +32,6 @@ public: virtual uint32_t AddCounterValue(uint16_t counterUid, uint32_t value) = 0; virtual uint32_t SubtractCounterValue(uint16_t counterUid, uint32_t value) = 0; virtual uint32_t IncrementCounterValue(uint16_t counterUid) = 0; - virtual uint32_t DecrementCounterValue(uint16_t counterUid) = 0; }; class IReadWriteCounterValues : public IReadCounterValues, public IWriteCounterValues -- cgit v1.2.1