blob: d515986f8094852347471453c544da962962be9b [file] [log] [blame]
<!-- Copyright (c) 2020 ARM Limited. -->
<!-- -->
<!-- SPDX-License-Identifier: MIT -->
<!-- -->
<!-- HTML header for doxygen 1.8.13-->
<!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="robots" content="NOINDEX, NOFOLLOW" />
<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>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="stylesheet.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;">
<img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
<td style="padding-left: 0.5em;">
<div id="projectname">
&#160;<span id="projectnumber">20.02</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.xhtml','');});
</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.xhtml">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.xhtml">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.xhtml">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.xhtml">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.xhtml"> 16</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml">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.xhtml#a9aeb82fc99434b8847b6274868cce79e"> 19</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml#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.xhtml#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.xhtml">Optional&lt;std::string&gt;</a> <a class="code" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml#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.xhtml#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">bool</span> <a class="code" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml#af34a12973d15f31aaec7cf6fee34ffa3">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.xhtml#a279ea800bb05b316615dab6857187fe6"> 27</a></span>&#160;<span class="keyword">using</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#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_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml">armnn::profiling::IBackendProfilingContext</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_backend_profiling_context_8hpp_source.xhtml#l00016">IBackendProfilingContext.hpp:16</a></div></div>
<div class="ttc" id="classarmnn_1_1_optional_xhtml"><div class="ttname"><a href="classarmnn_1_1_optional.xhtml">armnn::Optional</a></div><div class="ttdef"><b>Definition:</b> <a href="_optional_8hpp_source.xhtml#l00270">Optional.hpp:270</a></div></div>
<div class="ttc" id="_i_runtime_8hpp_xhtml"><div class="ttname"><a href="_i_runtime_8hpp.xhtml">IRuntime.hpp</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_i_backend_profiling_context_xhtml_a5a1d4c34ead611b06c3eae53f2ff47e8"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml#a5a1d4c34ead611b06c3eae53f2ff47e8">armnn::profiling::IBackendProfilingContext::ReportCounterValues</a></div><div class="ttdeci">virtual std::vector&lt; Timestamp &gt; ReportCounterValues()=0</div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_i_backend_profiling_context_xhtml_af34a12973d15f31aaec7cf6fee34ffa3"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml#af34a12973d15f31aaec7cf6fee34ffa3">armnn::profiling::IBackendProfilingContext::EnableProfiling</a></div><div class="ttdeci">virtual bool EnableProfiling(bool flag)=0</div></div>
<div class="ttc" id="namespacearmnn_xhtml"><div class="ttname"><a href="namespacearmnn.xhtml">armnn</a></div><div class="ttdoc">Copyright (c) 2020 ARM Limited. </div><div class="ttdef"><b>Definition:</b> <a href="00__introduction_8dox_source.xhtml#l00025">00_introduction.dox:25</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a279ea800bb05b316615dab6857187fe6"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#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.xhtml#l00027">IBackendProfilingContext.hpp:27</a></div></div>
<div class="ttc" id="_i_backend_profiling_8hpp_xhtml"><div class="ttname"><a href="_i_backend_profiling_8hpp.xhtml">IBackendProfiling.hpp</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_i_backend_profiling_context_xhtml_a7877cff32ce673cece82591034759a62"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml#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_xhtml_a9aeb82fc99434b8847b6274868cce79e"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml#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.xhtml#l00019">IBackendProfilingContext.hpp:19</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_i_backend_profiling_context_xhtml_a73cd771233a88545d3623f35c1fad4d4"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml#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><!-- 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.xhtml">include</a></li><li class="navelem"><a class="el" href="dir_2b72cc348e06937955e62ebdd8a13436.xhtml">armnn</a></li><li class="navelem"><a class="el" href="dir_8946eb9d8f826e973720979438627a91.xhtml">backends</a></li><li class="navelem"><a class="el" href="dir_5110d2ffe04c8c868b8c599687bce3f0.xhtml">profiling</a></li><li class="navelem"><a class="el" href="_i_backend_profiling_context_8hpp.xhtml">IBackendProfilingContext.hpp</a></li>
<li class="footer">Generated on Fri Mar 13 2020 16:09:07 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>