aboutsummaryrefslogtreecommitdiff
path: root/20.02/_timeline_capture_command_handler_8hpp_source.xhtml
diff options
context:
space:
mode:
Diffstat (limited to '20.02/_timeline_capture_command_handler_8hpp_source.xhtml')
-rw-r--r--20.02/_timeline_capture_command_handler_8hpp_source.xhtml129
1 files changed, 129 insertions, 0 deletions
diff --git a/20.02/_timeline_capture_command_handler_8hpp_source.xhtml b/20.02/_timeline_capture_command_handler_8hpp_source.xhtml
new file mode 100644
index 0000000000..ef8c909d43
--- /dev/null
+++ b/20.02/_timeline_capture_command_handler_8hpp_source.xhtml
@@ -0,0 +1,129 @@
+<!-- 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/timelineDecoder/TimelineCaptureCommandHandler.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('_timeline_capture_command_handler_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">TimelineCaptureCommandHandler.hpp</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="_timeline_capture_command_handler_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="_command_handler_functor_8hpp.xhtml">CommandHandlerFunctor.hpp</a>&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_i_timeline_decoder_8hpp.xhtml">armnn/profiling/ITimelineDecoder.hpp</a>&quot;</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="preprocessor">#include &lt;<a class="code" href="_packet_8hpp.xhtml">Packet.hpp</a>&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</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="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</a></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"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keyword">namespace </span>timelinedecoder</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;{</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml"> 20</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml">TimelineCaptureCommandHandler</a> :</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keyword">public</span> <a class="code" href="classarmnn_1_1profiling_1_1_command_handler_functor.xhtml">profiling::CommandHandlerFunctor</a></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;{</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="comment">// Utils</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; uint32_t uint32_t_size = <span class="keyword">sizeof</span>(uint32_t);</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; uint32_t uint64_t_size = <span class="keyword">sizeof</span>(uint64_t);</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"> 27</span>&#160; <span class="keyword">using</span> ReadFunction = void (<a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml">TimelineCaptureCommandHandler</a>::*)(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>*, uint32_t&amp;);</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">public</span>:</div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a875ca2e115bd8123b5c651c5ae075316"> 30</a></span>&#160; <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a875ca2e115bd8123b5c651c5ae075316">TimelineCaptureCommandHandler</a>(uint32_t familyId,</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; uint32_t packetId,</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; uint32_t version,</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <a class="code" href="class_i_timeline_decoder.xhtml">ITimelineDecoder</a>&amp; timelineDecoder,</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; uint32_t threadId_size)</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; : <a class="code" href="classarmnn_1_1profiling_1_1_command_handler_functor.xhtml">CommandHandlerFunctor</a>(familyId, packetId, version),</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; m_TimelineDecoder(timelineDecoder),</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; m_ThreadIdSize(threadId_size),</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; m_PacketLength(0)</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; {}</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7ea1ce1121a51bbea9ea973c3a1463bb">operator()</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1profiling_1_1_packet.xhtml">armnn::profiling::Packet</a>&amp; packet) <span class="keyword">override</span>;</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="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a0e298f1e8ba499ff18d7782d90e139a9">ReadLabel</a>(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>* data, uint32_t&amp; offset);</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7d58045cdbfe7ab4496e58b56f34541e">ReadEntity</a>(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>* data, uint32_t&amp; offset);</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#aacb012b8adb744b908241b95ff01e621">ReadEventClass</a>(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>* data, uint32_t&amp; offset);</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a2beb16e1994cb5389525c273117ac62e">ReadRelationship</a>(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>* data, uint32_t&amp; offset);</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7db31415dc7eb7cfb90a6a905da04c57">ReadEvent</a>(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>* data, uint32_t&amp; offset);</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keywordtype">void</span> ParseData(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1profiling_1_1_packet.xhtml">armnn::profiling::Packet</a>&amp; packet);</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; <a class="code" href="class_i_timeline_decoder.xhtml">ITimelineDecoder</a>&amp; m_TimelineDecoder;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keyword">const</span> uint32_t m_ThreadIdSize;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_PacketLength;</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> ReadFunction m_ReadFunctions[];</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;</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"> 60</span>&#160;} <span class="comment">//namespace gatordmock</span></div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;} <span class="comment">//namespace armnn</span></div><div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler_xhtml"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml">armnn::timelinedecoder::TimelineCaptureCommandHandler</a></div><div class="ttdef"><b>Definition:</b> <a href="_timeline_capture_command_handler_8hpp_source.xhtml#l00020">TimelineCaptureCommandHandler.hpp:20</a></div></div>
+<div class="ttc" id="class_i_timeline_decoder_xhtml"><div class="ttname"><a href="class_i_timeline_decoder.xhtml">ITimelineDecoder</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00011">ITimelineDecoder.hpp:11</a></div></div>
+<div class="ttc" id="_command_handler_functor_8hpp_xhtml"><div class="ttname"><a href="_command_handler_functor_8hpp.xhtml">CommandHandlerFunctor.hpp</a></div></div>
+<div class="ttc" id="_packet_8hpp_xhtml"><div class="ttname"><a href="_packet_8hpp.xhtml">Packet.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="_i_timeline_decoder_8hpp_xhtml"><div class="ttname"><a href="_i_timeline_decoder_8hpp.xhtml">ITimelineDecoder.hpp</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler_xhtml_aacb012b8adb744b908241b95ff01e621"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#aacb012b8adb744b908241b95ff01e621">armnn::timelinedecoder::TimelineCaptureCommandHandler::ReadEventClass</a></div><div class="ttdeci">void ReadEventClass(const unsigned char *data, uint32_t &amp;offset)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_capture_command_handler_8cpp_source.xhtml#l00079">TimelineCaptureCommandHandler.cpp:79</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler_xhtml_a2beb16e1994cb5389525c273117ac62e"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a2beb16e1994cb5389525c273117ac62e">armnn::timelinedecoder::TimelineCaptureCommandHandler::ReadRelationship</a></div><div class="ttdeci">void ReadRelationship(const unsigned char *data, uint32_t &amp;offset)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_capture_command_handler_8cpp_source.xhtml#l00087">TimelineCaptureCommandHandler.cpp:87</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler_xhtml_a875ca2e115bd8123b5c651c5ae075316"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a875ca2e115bd8123b5c651c5ae075316">armnn::timelinedecoder::TimelineCaptureCommandHandler::TimelineCaptureCommandHandler</a></div><div class="ttdeci">TimelineCaptureCommandHandler(uint32_t familyId, uint32_t packetId, uint32_t version, ITimelineDecoder &amp;timelineDecoder, uint32_t threadId_size)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_capture_command_handler_8hpp_source.xhtml#l00030">TimelineCaptureCommandHandler.hpp:30</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_packet_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_packet.xhtml">armnn::profiling::Packet</a></div><div class="ttdef"><b>Definition:</b> <a href="_packet_8hpp_source.xhtml#l00018">Packet.hpp:18</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_command_handler_functor_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_command_handler_functor.xhtml">armnn::profiling::CommandHandlerFunctor</a></div><div class="ttdef"><b>Definition:</b> <a href="_command_handler_functor_8hpp_source.xhtml#l00020">CommandHandlerFunctor.hpp:20</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler_xhtml_a7ea1ce1121a51bbea9ea973c3a1463bb"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7ea1ce1121a51bbea9ea973c3a1463bb">armnn::timelinedecoder::TimelineCaptureCommandHandler::operator()</a></div><div class="ttdeci">void operator()(const armnn::profiling::Packet &amp;packet) override</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_capture_command_handler_8cpp_source.xhtml#l00128">TimelineCaptureCommandHandler.cpp:128</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler_xhtml_a0e298f1e8ba499ff18d7782d90e139a9"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a0e298f1e8ba499ff18d7782d90e139a9">armnn::timelinedecoder::TimelineCaptureCommandHandler::ReadLabel</a></div><div class="ttdeci">void ReadLabel(const unsigned char *data, uint32_t &amp;offset)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_capture_command_handler_8cpp_source.xhtml#l00049">TimelineCaptureCommandHandler.cpp:49</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler_xhtml_a7d58045cdbfe7ab4496e58b56f34541e"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7d58045cdbfe7ab4496e58b56f34541e">armnn::timelinedecoder::TimelineCaptureCommandHandler::ReadEntity</a></div><div class="ttdeci">void ReadEntity(const unsigned char *data, uint32_t &amp;offset)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_capture_command_handler_8cpp_source.xhtml#l00071">TimelineCaptureCommandHandler.cpp:71</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="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler_xhtml_a7db31415dc7eb7cfb90a6a905da04c57"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7db31415dc7eb7cfb90a6a905da04c57">armnn::timelinedecoder::TimelineCaptureCommandHandler::ReadEvent</a></div><div class="ttdeci">void ReadEvent(const unsigned char *data, uint32_t &amp;offset)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_capture_command_handler_8cpp_source.xhtml#l00105">TimelineCaptureCommandHandler.cpp:105</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_4d9706f59620ec516301c65441ed077a.xhtml">timelineDecoder</a></li><li class="navelem"><a class="el" href="_timeline_capture_command_handler_8hpp.xhtml">TimelineCaptureCommandHandler.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>