aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Instrument.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/Instrument.hpp')
-rw-r--r--src/armnn/Instrument.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/Instrument.hpp b/src/armnn/Instrument.hpp
index 8dde2ecefa..11505d1b46 100644
--- a/src/armnn/Instrument.hpp
+++ b/src/armnn/Instrument.hpp
@@ -61,6 +61,8 @@ public:
virtual const char* GetName() const = 0;
+ virtual bool HasKernelMeasurements() const { return false;}
+
};
} //namespace armnn