aboutsummaryrefslogtreecommitdiff
path: root/20.02/_send_counter_packet_tests_8hpp_source.xhtml
diff options
context:
space:
mode:
Diffstat (limited to '20.02/_send_counter_packet_tests_8hpp_source.xhtml')
-rw-r--r--20.02/_send_counter_packet_tests_8hpp_source.xhtml143
1 files changed, 143 insertions, 0 deletions
diff --git a/20.02/_send_counter_packet_tests_8hpp_source.xhtml b/20.02/_send_counter_packet_tests_8hpp_source.xhtml
new file mode 100644
index 0000000000..8d60be0ef6
--- /dev/null
+++ b/20.02/_send_counter_packet_tests_8hpp_source.xhtml
@@ -0,0 +1,143 @@
+<!-- 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: src/profiling/test/SendCounterPacketTests.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('_send_counter_packet_tests_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">SendCounterPacketTests.hpp</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="_send_counter_packet_tests_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 © 2019 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;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_send_counter_packet_8hpp.xhtml">SendCounterPacket.hpp</a>&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_send_thread_8hpp.xhtml">SendThread.hpp</a>&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_profiling_utils_8hpp.xhtml">ProfilingUtils.hpp</a>&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_i_profiling_connection_factory_8hpp.xhtml">IProfilingConnectionFactory.hpp</a>&gt;</span></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="preprocessor">#include &lt;<a class="code" href="_exceptions_8hpp.xhtml">armnn/Exceptions.hpp</a>&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_optional_8hpp.xhtml">armnn/Optional.hpp</a>&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_conversion_8hpp.xhtml">armnn/Conversion.hpp</a>&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_ignore_unused_8hpp.xhtml">armnn/utility/IgnoreUnused.hpp</a>&gt;</span></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="preprocessor">#include &lt;boost/assert.hpp&gt;</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &lt;boost/numeric/conversion/cast.hpp&gt;</span></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="preprocessor">#include &lt;atomic&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;condition_variable&gt;</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;mutex&gt;</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;thread&gt;</span></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;<span class="keyword">namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</a></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;{</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keyword">namespace </span>profiling</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;{</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml"> 32</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml">SendCounterPacketTest</a> : <span class="keyword">public</span> <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml">SendCounterPacket</a></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;{</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#afae978f688dea373191b639c3f7277a3"> 35</a></span>&#160; <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#afae978f688dea373191b639c3f7277a3">SendCounterPacketTest</a>(<a class="code" href="classarmnn_1_1profiling_1_1_i_buffer_manager.xhtml">IBufferManager</a>&amp; buffer)</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; : <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml">SendCounterPacket</a>(buffer)</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; {}</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#a210600b9a259b46ae502cd48ffc56c8c"> 39</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#a210600b9a259b46ae502cd48ffc56c8c">CreateDeviceRecordTest</a>(<span class="keyword">const</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#a22a0d730c0d08335585e6e8999be8f8b">DevicePtr</a>&amp; device,</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#ae8cb0ed3b5a68b271532e959ec2507d4">DeviceRecord</a>&amp; deviceRecord,</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; std::string&amp; errorMessage)</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; {</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#af18b6d5da883305c751d6ed00bea006a">CreateDeviceRecord</a>(device, deviceRecord, errorMessage);</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; }</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#ae3d24bdc7d5c52a9ffad4089d05124a7"> 46</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#ae3d24bdc7d5c52a9ffad4089d05124a7">CreateCounterSetRecordTest</a>(<span class="keyword">const</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#abaedc7fcb8ecb2e086482afe10737fb7">CounterSetPtr</a>&amp; counterSet,</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#a30f18e205737ed0a4057d18b52d48018">CounterSetRecord</a>&amp; counterSetRecord,</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; std::string&amp; errorMessage)</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; {</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#ad0a58db963ae04484cdc3addd8327c3e">CreateCounterSetRecord</a>(counterSet, counterSetRecord, errorMessage);</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; }</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#ab87fa1168a364aa3a1629fa8986a6369"> 53</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#ab87fa1168a364aa3a1629fa8986a6369">CreateEventRecordTest</a>(<span class="keyword">const</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#a38de53725b010ce63ea7557bb1d270e7">CounterPtr</a>&amp; counter,</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#a7b90a935def976944525581f5f254068">EventRecord</a>&amp; eventRecord,</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; std::string&amp; errorMessage)</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; {</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#ac134e8d175e305297b729b4461d9f34f">CreateEventRecord</a>(counter, eventRecord, errorMessage);</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; }</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;</div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#acb17c17dafb058a74ebb61bf680aea36"> 60</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#acb17c17dafb058a74ebb61bf680aea36">CreateCategoryRecordTest</a>(<span class="keyword">const</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#a8adee535828386656b4c8acfa8bcf871">CategoryPtr</a>&amp; category,</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keyword">const</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#aeeb6904ffbae435c8d0a7138427688f4">Counters</a>&amp; counters,</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#acc3cd9f22519728404bf47992ea01f77">CategoryRecord</a>&amp; categoryRecord,</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; std::string&amp; errorMessage)</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; {</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#acd58fc16d0b9e0a3983e3e8719c0f95a">CreateCategoryRecord</a>(category, counters, categoryRecord, errorMessage);</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; }</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;};</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;} <span class="comment">// namespace profiling</span></div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;} <span class="comment">// namespace armnn</span></div><div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_test_xhtml_ae3d24bdc7d5c52a9ffad4089d05124a7"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#ae3d24bdc7d5c52a9ffad4089d05124a7">armnn::profiling::SendCounterPacketTest::CreateCounterSetRecordTest</a></div><div class="ttdeci">bool CreateCounterSetRecordTest(const CounterSetPtr &amp;counterSet, CounterSetRecord &amp;counterSetRecord, std::string &amp;errorMessage)</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_tests_8hpp_source.xhtml#l00046">SendCounterPacketTests.hpp:46</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_test_xhtml_afae978f688dea373191b639c3f7277a3"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#afae978f688dea373191b639c3f7277a3">armnn::profiling::SendCounterPacketTest::SendCounterPacketTest</a></div><div class="ttdeci">SendCounterPacketTest(IBufferManager &amp;buffer)</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_tests_8hpp_source.xhtml#l00035">SendCounterPacketTests.hpp:35</a></div></div>
+<div class="ttc" id="_ignore_unused_8hpp_xhtml"><div class="ttname"><a href="_ignore_unused_8hpp.xhtml">IgnoreUnused.hpp</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_xhtml_a30f18e205737ed0a4057d18b52d48018"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#a30f18e205737ed0a4057d18b52d48018">armnn::profiling::SendCounterPacket::CounterSetRecord</a></div><div class="ttdeci">std::vector&lt; uint32_t &gt; CounterSetRecord</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_8hpp_source.xhtml#l00026">SendCounterPacket.hpp:26</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_xhtml_ae8cb0ed3b5a68b271532e959ec2507d4"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#ae8cb0ed3b5a68b271532e959ec2507d4">armnn::profiling::SendCounterPacket::DeviceRecord</a></div><div class="ttdeci">std::vector&lt; uint32_t &gt; DeviceRecord</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_8hpp_source.xhtml#l00025">SendCounterPacket.hpp:25</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_xhtml_af18b6d5da883305c751d6ed00bea006a"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#af18b6d5da883305c751d6ed00bea006a">armnn::profiling::SendCounterPacket::CreateDeviceRecord</a></div><div class="ttdeci">bool CreateDeviceRecord(const DevicePtr &amp;device, DeviceRecord &amp;deviceRecord, std::string &amp;errorMessage)</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_8cpp_source.xhtml#l00275">SendCounterPacket.cpp:275</a></div></div>
+<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_aeeb6904ffbae435c8d0a7138427688f4"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#aeeb6904ffbae435c8d0a7138427688f4">armnn::profiling::Counters</a></div><div class="ttdeci">std::unordered_map&lt; uint16_t, CounterPtr &gt; Counters</div><div class="ttdef"><b>Definition:</b> <a href="_i_counter_directory_8hpp_source.xhtml#l00040">ICounterDirectory.hpp:40</a></div></div>
+<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a22a0d730c0d08335585e6e8999be8f8b"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#a22a0d730c0d08335585e6e8999be8f8b">armnn::profiling::DevicePtr</a></div><div class="ttdeci">std::unique_ptr&lt; Device &gt; DevicePtr</div><div class="ttdef"><b>Definition:</b> <a href="_i_counter_directory_8hpp_source.xhtml#l00032">ICounterDirectory.hpp:32</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_test_xhtml_a210600b9a259b46ae502cd48ffc56c8c"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#a210600b9a259b46ae502cd48ffc56c8c">armnn::profiling::SendCounterPacketTest::CreateDeviceRecordTest</a></div><div class="ttdeci">bool CreateDeviceRecordTest(const DevicePtr &amp;device, DeviceRecord &amp;deviceRecord, std::string &amp;errorMessage)</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_tests_8hpp_source.xhtml#l00039">SendCounterPacketTests.hpp:39</a></div></div>
+<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_abaedc7fcb8ecb2e086482afe10737fb7"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#abaedc7fcb8ecb2e086482afe10737fb7">armnn::profiling::CounterSetPtr</a></div><div class="ttdeci">std::unique_ptr&lt; CounterSet &gt; CounterSetPtr</div><div class="ttdef"><b>Definition:</b> <a href="_i_counter_directory_8hpp_source.xhtml#l00033">ICounterDirectory.hpp:33</a></div></div>
+<div class="ttc" id="_send_thread_8hpp_xhtml"><div class="ttname"><a href="_send_thread_8hpp.xhtml">SendThread.hpp</a></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="classarmnn_1_1profiling_1_1_send_counter_packet_test_xhtml_ab87fa1168a364aa3a1629fa8986a6369"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#ab87fa1168a364aa3a1629fa8986a6369">armnn::profiling::SendCounterPacketTest::CreateEventRecordTest</a></div><div class="ttdeci">bool CreateEventRecordTest(const CounterPtr &amp;counter, EventRecord &amp;eventRecord, std::string &amp;errorMessage)</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_tests_8hpp_source.xhtml#l00053">SendCounterPacketTests.hpp:53</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_xhtml_a7b90a935def976944525581f5f254068"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#a7b90a935def976944525581f5f254068">armnn::profiling::SendCounterPacket::EventRecord</a></div><div class="ttdeci">std::vector&lt; uint32_t &gt; EventRecord</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_8hpp_source.xhtml#l00027">SendCounterPacket.hpp:27</a></div></div>
+<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a38de53725b010ce63ea7557bb1d270e7"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#a38de53725b010ce63ea7557bb1d270e7">armnn::profiling::CounterPtr</a></div><div class="ttdeci">std::shared_ptr&lt; Counter &gt; CounterPtr</div><div class="ttdef"><b>Definition:</b> <a href="_i_counter_directory_8hpp_source.xhtml#l00034">ICounterDirectory.hpp:34</a></div></div>
+<div class="ttc" id="_optional_8hpp_xhtml"><div class="ttname"><a href="_optional_8hpp.xhtml">Optional.hpp</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_xhtml_ad0a58db963ae04484cdc3addd8327c3e"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#ad0a58db963ae04484cdc3addd8327c3e">armnn::profiling::SendCounterPacket::CreateCounterSetRecord</a></div><div class="ttdeci">bool CreateCounterSetRecord(const CounterSetPtr &amp;counterSet, CounterSetRecord &amp;counterSetRecord, std::string &amp;errorMessage)</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_8cpp_source.xhtml#l00325">SendCounterPacket.cpp:325</a></div></div>
+<div class="ttc" id="_i_profiling_connection_factory_8hpp_xhtml"><div class="ttname"><a href="_i_profiling_connection_factory_8hpp.xhtml">IProfilingConnectionFactory.hpp</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_test_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml">armnn::profiling::SendCounterPacketTest</a></div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_tests_8hpp_source.xhtml#l00032">SendCounterPacketTests.hpp:32</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml">armnn::profiling::SendCounterPacket</a></div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_8hpp_source.xhtml#l00021">SendCounterPacket.hpp:21</a></div></div>
+<div class="ttc" id="_exceptions_8hpp_xhtml"><div class="ttname"><a href="_exceptions_8hpp.xhtml">Exceptions.hpp</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_test_xhtml_acb17c17dafb058a74ebb61bf680aea36"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml#acb17c17dafb058a74ebb61bf680aea36">armnn::profiling::SendCounterPacketTest::CreateCategoryRecordTest</a></div><div class="ttdeci">bool CreateCategoryRecordTest(const CategoryPtr &amp;category, const Counters &amp;counters, CategoryRecord &amp;categoryRecord, std::string &amp;errorMessage)</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_tests_8hpp_source.xhtml#l00060">SendCounterPacketTests.hpp:60</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_xhtml_acc3cd9f22519728404bf47992ea01f77"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#acc3cd9f22519728404bf47992ea01f77">armnn::profiling::SendCounterPacket::CategoryRecord</a></div><div class="ttdeci">std::vector&lt; uint32_t &gt; CategoryRecord</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_8hpp_source.xhtml#l00024">SendCounterPacket.hpp:24</a></div></div>
+<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a8adee535828386656b4c8acfa8bcf871"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#a8adee535828386656b4c8acfa8bcf871">armnn::profiling::CategoryPtr</a></div><div class="ttdeci">std::unique_ptr&lt; Category &gt; CategoryPtr</div><div class="ttdef"><b>Definition:</b> <a href="_i_counter_directory_8hpp_source.xhtml#l00031">ICounterDirectory.hpp:31</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_i_buffer_manager_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_i_buffer_manager.xhtml">armnn::profiling::IBufferManager</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_buffer_manager_8hpp_source.xhtml#l00021">IBufferManager.hpp:21</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_xhtml_ac134e8d175e305297b729b4461d9f34f"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#ac134e8d175e305297b729b4461d9f34f">armnn::profiling::SendCounterPacket::CreateEventRecord</a></div><div class="ttdeci">bool CreateEventRecord(const CounterPtr &amp;counter, EventRecord &amp;eventRecord, std::string &amp;errorMessage)</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_8cpp_source.xhtml#l00376">SendCounterPacket.cpp:376</a></div></div>
+<div class="ttc" id="_conversion_8hpp_xhtml"><div class="ttname"><a href="_conversion_8hpp.xhtml">Conversion.hpp</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_send_counter_packet_xhtml_acd58fc16d0b9e0a3983e3e8719c0f95a"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_send_counter_packet.xhtml#acd58fc16d0b9e0a3983e3e8719c0f95a">armnn::profiling::SendCounterPacket::CreateCategoryRecord</a></div><div class="ttdeci">bool CreateCategoryRecord(const CategoryPtr &amp;category, const Counters &amp;counters, CategoryRecord &amp;categoryRecord, std::string &amp;errorMessage)</div><div class="ttdef"><b>Definition:</b> <a href="_send_counter_packet_8cpp_source.xhtml#l00174">SendCounterPacket.cpp:174</a></div></div>
+<div class="ttc" id="_profiling_utils_8hpp_xhtml"><div class="ttname"><a href="_profiling_utils_8hpp.xhtml">ProfilingUtils.hpp</a></div></div>
+<div class="ttc" id="_send_counter_packet_8hpp_xhtml"><div class="ttname"><a href="_send_counter_packet_8hpp.xhtml">SendCounterPacket.hpp</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_68267d1309a1af8e8297ef4c3efbcdba.xhtml">src</a></li><li class="navelem"><a class="el" href="dir_637c692f14729569dd2eac0c18e2a54a.xhtml">profiling</a></li><li class="navelem"><a class="el" href="dir_6b1198f6e738611120ec65b09506d2f8.xhtml">test</a></li><li class="navelem"><a class="el" href="_send_counter_packet_tests_8hpp.xhtml">SendCounterPacketTests.hpp</a></li>
+ <li class="footer">Generated on Fri Mar 13 2020 16:09:13 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>