aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/ProfilingEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/ProfilingEvent.hpp')
-rw-r--r--src/armnn/ProfilingEvent.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/armnn/ProfilingEvent.hpp b/src/armnn/ProfilingEvent.hpp
index 3b9d5261ef..e4e26ec235 100644
--- a/src/armnn/ProfilingEvent.hpp
+++ b/src/armnn/ProfilingEvent.hpp
@@ -55,6 +55,10 @@ public:
/// \return Recorded measurements of the event
const std::vector<Measurement> GetMeasurements() const;
+ /// Get the Instruments used by this Event
+ /// \return Return a reference to the collection of Instruments
+ const std::vector<InstrumentPtr>& GetInstruments() const;
+
/// Get the name of the event
/// \return Name of the event
const std::string& GetName() const;