aboutsummaryrefslogtreecommitdiff
path: root/Documentation/_i_backend_profiling_context_8hpp_source.html
diff options
context:
space:
mode:
authorRyan OShea <Ryan.OShea2@arm.com>2020-03-13 16:26:19 +0000
committerRyan OShea <Ryan.OShea2@arm.com>2020-03-13 16:26:19 +0000
commitde36e4a9c299028e792c3a5bd99ad0816d806077 (patch)
tree6c71d89db68da1033bb422253cee2970580ed692 /Documentation/_i_backend_profiling_context_8hpp_source.html
parent78b26f024641e763c7252198339c83bad8c0982f (diff)
downloadarmnn-de36e4a9c299028e792c3a5bd99ad0816d806077.tar.gz
IVGCVSW-3726 Upload ArmNN Doxygen files
* Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea <Ryan.OShea2@arm.com> Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285
Diffstat (limited to 'Documentation/_i_backend_profiling_context_8hpp_source.html')
-rw-r--r--Documentation/_i_backend_profiling_context_8hpp_source.html110
1 files changed, 110 insertions, 0 deletions
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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>ArmNN: include/armnn/backends/profiling/IBackendProfilingContext.hpp Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+ $(document).ready(initResizable);
+</script>
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+ <td id="projectalign" style="padding-left: 0.5em;">
+ <div id="projectname">ArmNN
+ &#160;<span id="projectnumber">NotReleased</span>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+$(function() {
+ initMenu('',true,false,'search.php','Search');
+ $(document).ready(function() { init_search(); });
+});
+</script>
+<div id="main-nav"></div>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+ <div id="nav-tree">
+ <div id="nav-tree-contents">
+ <div id="nav-sync" class="sync"></div>
+ </div>
+ </div>
+ <div id="splitbar" style="-moz-user-select:none;"
+ class="ui-resizable-handle">
+ </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('_i_backend_profiling_context_8hpp_source.html','');});
+</script>
+<div id="doc-content">
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ onkeydown="return searchBox.OnSearchSelectKey(event)">
+</div>
+
+<!-- iframe showing the search results (closed by default) -->
+<div id="MSearchResultsWindow">
+<iframe src="javascript:void(0)" frameborder="0"
+ name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+ <div class="headertitle">
+<div class="title">IBackendProfilingContext.hpp</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="_i_backend_profiling_context_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Copyright © 2020 Arm Ltd. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_i_backend_profiling_8hpp.html">IBackendProfiling.hpp</a>&quot;</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_i_runtime_8hpp.html">armnn/IRuntime.hpp</a>&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearmnn.html">armnn</a></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;{</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="keyword">namespace </span>profiling</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;{</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html"> 16</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html">IBackendProfilingContext</a></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;{</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a9aeb82fc99434b8847b6274868cce79e"> 19</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a9aeb82fc99434b8847b6274868cce79e">~IBackendProfilingContext</a>()</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; {}</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keyword">virtual</span> uint16_t <a class="code" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a7877cff32ce673cece82591034759a62">RegisterCounters</a>(uint16_t currentMaxGlobalCounterID) = 0;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classarmnn_1_1_optional.html">Optional&lt;std::string&gt;</a> <a class="code" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a73cd771233a88545d3623f35c1fad4d4">ActivateCounters</a>(uint32_t capturePeriod, <span class="keyword">const</span> std::vector&lt;uint16_t&gt;&amp; counterIds) = 0;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="keyword">virtual</span> std::vector&lt;Timestamp&gt; <a class="code" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a5a1d4c34ead611b06c3eae53f2ff47e8">ReportCounterValues</a>() = 0;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a5589708f9f5ad739add36e631a3817b5">EnableProfiling</a>(<span class="keywordtype">bool</span> flag) = 0;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;};</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="namespacearmnn_1_1profiling.html#a279ea800bb05b316615dab6857187fe6"> 27</a></span>&#160;<span class="keyword">using</span> <a class="code" href="namespacearmnn_1_1profiling.html#a279ea800bb05b316615dab6857187fe6">IBackendProfilingContextUniquePtr</a> = std::unique_ptr&lt;IBackendProfilingContext&gt;;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;} <span class="comment">// namespace profiling</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;} <span class="comment">// namespace armnn</span></div><div class="ttc" id="classarmnn_1_1profiling_1_1_i_backend_profiling_context_html_a7877cff32ce673cece82591034759a62"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a7877cff32ce673cece82591034759a62">armnn::profiling::IBackendProfilingContext::RegisterCounters</a></div><div class="ttdeci">virtual uint16_t RegisterCounters(uint16_t currentMaxGlobalCounterID)=0</div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_i_backend_profiling_context_html_a9aeb82fc99434b8847b6274868cce79e"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a9aeb82fc99434b8847b6274868cce79e">armnn::profiling::IBackendProfilingContext::~IBackendProfilingContext</a></div><div class="ttdeci">virtual ~IBackendProfilingContext()</div><div class="ttdef"><b>Definition:</b> <a href="_i_backend_profiling_context_8hpp_source.html#l00019">IBackendProfilingContext.hpp:19</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_i_backend_profiling_context_html_a5589708f9f5ad739add36e631a3817b5"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a5589708f9f5ad739add36e631a3817b5">armnn::profiling::IBackendProfilingContext::EnableProfiling</a></div><div class="ttdeci">virtual void EnableProfiling(bool flag)=0</div></div>
+<div class="ttc" id="classarmnn_1_1_optional_html"><div class="ttname"><a href="classarmnn_1_1_optional.html">armnn::Optional</a></div><div class="ttdef"><b>Definition:</b> <a href="_optional_8hpp_source.html#l00270">Optional.hpp:270</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_i_backend_profiling_context_html"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html">armnn::profiling::IBackendProfilingContext</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_backend_profiling_context_8hpp_source.html#l00016">IBackendProfilingContext.hpp:16</a></div></div>
+<div class="ttc" id="_i_runtime_8hpp_html"><div class="ttname"><a href="_i_runtime_8hpp.html">IRuntime.hpp</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_i_backend_profiling_context_html_a5a1d4c34ead611b06c3eae53f2ff47e8"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a5a1d4c34ead611b06c3eae53f2ff47e8">armnn::profiling::IBackendProfilingContext::ReportCounterValues</a></div><div class="ttdeci">virtual std::vector&lt; Timestamp &gt; ReportCounterValues()=0</div></div>
+<div class="ttc" id="namespacearmnn_1_1profiling_html_a279ea800bb05b316615dab6857187fe6"><div class="ttname"><a href="namespacearmnn_1_1profiling.html#a279ea800bb05b316615dab6857187fe6">armnn::profiling::IBackendProfilingContextUniquePtr</a></div><div class="ttdeci">std::unique_ptr&lt; IBackendProfilingContext &gt; IBackendProfilingContextUniquePtr</div><div class="ttdef"><b>Definition:</b> <a href="_i_backend_profiling_context_8hpp_source.html#l00027">IBackendProfilingContext.hpp:27</a></div></div>
+<div class="ttc" id="_i_backend_profiling_8hpp_html"><div class="ttname"><a href="_i_backend_profiling_8hpp.html">IBackendProfiling.hpp</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_i_backend_profiling_context_html_a73cd771233a88545d3623f35c1fad4d4"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.html#a73cd771233a88545d3623f35c1fad4d4">armnn::profiling::IBackendProfilingContext::ActivateCounters</a></div><div class="ttdeci">virtual Optional&lt; std::string &gt; ActivateCounters(uint32_t capturePeriod, const std::vector&lt; uint16_t &gt; &amp;counterIds)=0</div></div>
+<div class="ttc" id="namespacearmnn_html"><div class="ttname"><a href="namespacearmnn.html">armnn</a></div><div class="ttdef"><b>Definition:</b> <a href="_backend_helper_8hpp_source.html#l00011">BackendHelper.hpp:11</a></div></div>
+</div><!-- fragment --></div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+ <ul>
+ <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_2b72cc348e06937955e62ebdd8a13436.html">armnn</a></li><li class="navelem"><a class="el" href="dir_8946eb9d8f826e973720979438627a91.html">backends</a></li><li class="navelem"><a class="el" href="dir_5110d2ffe04c8c868b8c599687bce3f0.html">profiling</a></li><li class="navelem"><a class="el" href="_i_backend_profiling_context_8hpp.html">IBackendProfilingContext.hpp</a></li>
+ <li class="footer">Generated on Fri Mar 13 2020 16:06:53 for ArmNN by
+ <a href="http://www.doxygen.org/index.html">
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+ </ul>
+</div>
+</body>
+</html>