From de36e4a9c299028e792c3a5bd99ad0816d806077 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 13 Mar 2020 16:26:19 +0000 Subject: IVGCVSW-3726 Upload ArmNN Doxygen files * Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285 --- .../_i_backend_profiling_context_8hpp_source.html | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 Documentation/_i_backend_profiling_context_8hpp_source.html (limited to 'Documentation/_i_backend_profiling_context_8hpp_source.html') diff --git a/Documentation/_i_backend_profiling_context_8hpp_source.html b/Documentation/_i_backend_profiling_context_8hpp_source.html new file mode 100644 index 0000000000..81422a12cb --- /dev/null +++ b/Documentation/_i_backend_profiling_context_8hpp_source.html @@ -0,0 +1,110 @@ + + + + + + + +ArmNN: include/armnn/backends/profiling/IBackendProfilingContext.hpp Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
ArmNN +  NotReleased +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
IBackendProfilingContext.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2020 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 #include "IBackendProfiling.hpp"
8 #include <armnn/IRuntime.hpp>
9 #include <vector>
10 
11 namespace armnn
12 {
13 namespace profiling
14 {
15 
17 {
18 public:
20  {}
21  virtual uint16_t RegisterCounters(uint16_t currentMaxGlobalCounterID) = 0;
22  virtual Optional<std::string> ActivateCounters(uint32_t capturePeriod, const std::vector<uint16_t>& counterIds) = 0;
23  virtual std::vector<Timestamp> ReportCounterValues() = 0;
24  virtual void EnableProfiling(bool flag) = 0;
25 };
26 
27 using IBackendProfilingContextUniquePtr = std::unique_ptr<IBackendProfilingContext>;
28 } // namespace profiling
29 } // namespace armnn
virtual uint16_t RegisterCounters(uint16_t currentMaxGlobalCounterID)=0
+ +
virtual void EnableProfiling(bool flag)=0
+ + + +
virtual std::vector< Timestamp > ReportCounterValues()=0
+
std::unique_ptr< IBackendProfilingContext > IBackendProfilingContextUniquePtr
+ +
virtual Optional< std::string > ActivateCounters(uint32_t capturePeriod, const std::vector< uint16_t > &counterIds)=0
+ +
+
+ + + + -- cgit v1.2.1