From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- .../_i_backend_profiling_context_8hpp_source.xhtml | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 20.02/_i_backend_profiling_context_8hpp_source.xhtml (limited to '20.02/_i_backend_profiling_context_8hpp_source.xhtml') diff --git a/20.02/_i_backend_profiling_context_8hpp_source.xhtml b/20.02/_i_backend_profiling_context_8hpp_source.xhtml new file mode 100644 index 0000000000..d515986f80 --- /dev/null +++ b/20.02/_i_backend_profiling_context_8hpp_source.xhtml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + +ArmNN: include/armnn/backends/profiling/IBackendProfilingContext.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
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 bool EnableProfiling(bool flag) = 0;
25 };
26 
27 using IBackendProfilingContextUniquePtr = std::unique_ptr<IBackendProfilingContext>;
28 } // namespace profiling
29 } // namespace armnn
+ + +
virtual std::vector< Timestamp > ReportCounterValues()=0
+
virtual bool EnableProfiling(bool flag)=0
+
Copyright (c) 2020 ARM Limited.
+
std::unique_ptr< IBackendProfilingContext > IBackendProfilingContextUniquePtr
+ +
virtual uint16_t RegisterCounters(uint16_t currentMaxGlobalCounterID)=0
+ +
virtual Optional< std::string > ActivateCounters(uint32_t capturePeriod, const std::vector< uint16_t > &counterIds)=0
+
+
+ + + + -- cgit v1.2.1