aboutsummaryrefslogtreecommitdiff
path: root/20.02/_timeline_capture_command_handler_8cpp_source.xhtml
diff options
context:
space:
mode:
Diffstat (limited to '20.02/_timeline_capture_command_handler_8cpp_source.xhtml')
-rw-r--r--20.02/_timeline_capture_command_handler_8cpp_source.xhtml147
1 files changed, 147 insertions, 0 deletions
diff --git a/20.02/_timeline_capture_command_handler_8cpp_source.xhtml b/20.02/_timeline_capture_command_handler_8cpp_source.xhtml
new file mode 100644
index 0000000000..1e75e06da5
--- /dev/null
+++ b/20.02/_timeline_capture_command_handler_8cpp_source.xhtml
@@ -0,0 +1,147 @@
+<!-- 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.cpp 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_8cpp_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.cpp</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="_timeline_capture_command_handler_8cpp.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">#include &quot;<a class="code" href="_timeline_capture_command_handler_8hpp.xhtml">TimelineCaptureCommandHandler.hpp</a>&quot;</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;string&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</a></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;{</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"><a class="line" href="namespacearmnn_1_1timelinedecoder.xhtml"> 13</a></span>&#160;<span class="keyword">namespace </span>timelinedecoder</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"> 16</span>&#160;<span class="comment">//Array of member functions, the array index matches the decl_id</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keyword">const</span> TimelineCaptureCommandHandler::ReadFunction TimelineCaptureCommandHandler::m_ReadFunctions[]</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; &amp;<a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a0e298f1e8ba499ff18d7782d90e139a9">TimelineCaptureCommandHandler::ReadLabel</a>, <span class="comment">// Label decl_id = 0</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; &amp;<a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7d58045cdbfe7ab4496e58b56f34541e">TimelineCaptureCommandHandler::ReadEntity</a>, <span class="comment">// Entity decl_id = 1</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; &amp;<a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#aacb012b8adb744b908241b95ff01e621">TimelineCaptureCommandHandler::ReadEventClass</a>, <span class="comment">// EventClass decl_id = 2</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; &amp;<a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a2beb16e1994cb5389525c273117ac62e">TimelineCaptureCommandHandler::ReadRelationship</a>, <span class="comment">// Relationship decl_id = 3</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; &amp;<a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7db31415dc7eb7cfb90a6a905da04c57">TimelineCaptureCommandHandler::ReadEvent</a> <span class="comment">// Event decl_id = 4</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;};</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="keywordtype">void</span> TimelineCaptureCommandHandler::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="l00027"></a><span class="lineno"> 27</span>&#160;{</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; uint32_t offset = 0;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; m_PacketLength = packet.<a class="code" href="classarmnn_1_1profiling_1_1_packet.xhtml#a5a218fe9ea18741167670f1bc016b5cf">GetLength</a>();</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; <span class="keywordflow">if</span> ( m_PacketLength &lt; 8 )</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; {</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keywordflow">return</span>;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; }</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>* data = <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>*<span class="keyword">&gt;</span>(packet.<a class="code" href="classarmnn_1_1profiling_1_1_packet.xhtml#ad6bf5cefcc3b6f7223c2cfafd8151d8f">GetData</a>());</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; uint32_t declId = 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; <span class="keywordflow">while</span> ( offset &lt; m_PacketLength )</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; {</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; declId = <a class="code" href="namespacearmnn_1_1profiling.xhtml#ad56f4c3ea5e88279bb6ef1f31d9dc6df">profiling::ReadUint32</a>(data, offset);</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; offset += uint32_t_size;</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; (this-&gt;*m_ReadFunctions[declId])(data, offset);</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; }</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;}</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"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a0e298f1e8ba499ff18d7782d90e139a9"> 49</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a0e298f1e8ba499ff18d7782d90e139a9">TimelineCaptureCommandHandler::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="l00050"></a><span class="lineno"> 50</span>&#160;{</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <a class="code" href="struct_i_timeline_decoder_1_1_label.xhtml">ITimelineDecoder::Label</a> label;</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; label.<a class="code" href="struct_i_timeline_decoder_1_1_label.xhtml#ab6b3b4830bf0417aa54e88663048075a">m_Guid</a> = <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa4de2b511faa41accc2c35cadf051124">profiling::ReadUint64</a>(data, offset);</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; offset += uint64_t_size;</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; uint32_t nameLength = <a class="code" href="namespacearmnn_1_1profiling.xhtml#ad56f4c3ea5e88279bb6ef1f31d9dc6df">profiling::ReadUint32</a>(data, offset);</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; offset += uint32_t_size;</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; uint32_t i = 0;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="comment">// nameLength - 1 to account for null operator \0</span></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="keywordflow">for</span> ( i = 0; i &lt; nameLength - 1; ++i )</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; label.<a class="code" href="struct_i_timeline_decoder_1_1_label.xhtml#ab13844df5477a9ab8f13069e3d8abad6">m_Name</a> += <span class="keyword">static_cast&lt;</span><span class="keywordtype">char</span><span class="keyword">&gt;</span>(<a class="code" href="namespacearmnn_1_1profiling.xhtml#a74b483b652cc32f03151b10a1366d607">profiling::ReadUint8</a>(data, offset + i));</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; }</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="comment">// Shift offset past nameLength</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; uint32_t uint32WordAmount = (nameLength / uint32_t_size) + (nameLength % uint32_t_size != 0 ? 1 : 0);</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; offset += uint32WordAmount * uint32_t_size;</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; m_TimelineDecoder.<a class="code" href="class_i_timeline_decoder.xhtml#adcad6f6c71d39d9b1b7863eb50804323">CreateLabel</a>(label);</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;}</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"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7d58045cdbfe7ab4496e58b56f34541e"> 71</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7d58045cdbfe7ab4496e58b56f34541e">TimelineCaptureCommandHandler::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="l00072"></a><span class="lineno"> 72</span>&#160;{</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <a class="code" href="struct_i_timeline_decoder_1_1_entity.xhtml">ITimelineDecoder::Entity</a> entity;</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; entity.<a class="code" href="struct_i_timeline_decoder_1_1_entity.xhtml#ab6b3b4830bf0417aa54e88663048075a">m_Guid</a> = <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa4de2b511faa41accc2c35cadf051124">profiling::ReadUint64</a>(data, offset);</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; offset += uint64_t_size;</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; m_TimelineDecoder.<a class="code" href="class_i_timeline_decoder.xhtml#a39eef4619be7051ac1c62c71bdabd248">CreateEntity</a>(entity);</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;}</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#aacb012b8adb744b908241b95ff01e621"> 79</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#aacb012b8adb744b908241b95ff01e621">TimelineCaptureCommandHandler::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="l00080"></a><span class="lineno"> 80</span>&#160;{</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <a class="code" href="struct_i_timeline_decoder_1_1_event_class.xhtml">ITimelineDecoder::EventClass</a> eventClass;</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; eventClass.<a class="code" href="struct_i_timeline_decoder_1_1_event_class.xhtml#ab6b3b4830bf0417aa54e88663048075a">m_Guid</a> = <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa4de2b511faa41accc2c35cadf051124">profiling::ReadUint64</a>(data, offset);</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; offset += uint64_t_size;</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; m_TimelineDecoder.<a class="code" href="class_i_timeline_decoder.xhtml#a678c5d8abc10bc4b1936523483e8da8d">CreateEventClass</a>(eventClass);</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;}</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;</div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a2beb16e1994cb5389525c273117ac62e"> 87</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a2beb16e1994cb5389525c273117ac62e">TimelineCaptureCommandHandler::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="l00088"></a><span class="lineno"> 88</span>&#160;{</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml">ITimelineDecoder::Relationship</a> relationship;</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; relationship.<a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml#a750aec9c695a1f1b45b0f95cdf66e8b2">m_RelationshipType</a> =</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keyword">static_cast&lt;</span><a class="code" href="class_i_timeline_decoder.xhtml#afcec9ac4ebf3a53432bbd77a314b0667">ITimelineDecoder::RelationshipType</a><span class="keyword">&gt;</span>(<a class="code" href="namespacearmnn_1_1profiling.xhtml#ad56f4c3ea5e88279bb6ef1f31d9dc6df">profiling::ReadUint32</a>(data, offset));</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; offset += uint32_t_size;</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; relationship.<a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml#ab6b3b4830bf0417aa54e88663048075a">m_Guid</a> = <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa4de2b511faa41accc2c35cadf051124">profiling::ReadUint64</a>(data, offset);</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; offset += uint64_t_size;</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; relationship.<a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml#a2abefbf4489623a5e972bd6c03f5f2a0">m_HeadGuid</a> = <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa4de2b511faa41accc2c35cadf051124">profiling::ReadUint64</a>(data, offset);</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; offset += uint64_t_size;</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; relationship.<a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml#aaccf7d573b9dd5a5a71c03a976c2d0a7">m_TailGuid</a> = <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa4de2b511faa41accc2c35cadf051124">profiling::ReadUint64</a>(data, offset);</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; offset += uint64_t_size;</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; m_TimelineDecoder.<a class="code" href="class_i_timeline_decoder.xhtml#ae3dc53e6af44cab02cc709e03fbf171a">CreateRelationship</a>(relationship);</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;}</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;</div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7db31415dc7eb7cfb90a6a905da04c57"> 105</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7db31415dc7eb7cfb90a6a905da04c57">TimelineCaptureCommandHandler::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="l00106"></a><span class="lineno"> 106</span>&#160;{</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <a class="code" href="struct_i_timeline_decoder_1_1_event.xhtml">ITimelineDecoder::Event</a> event;</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; <span class="keyword">event</span>.<a class="code" href="struct_i_timeline_decoder_1_1_event.xhtml#a4e1bfd0b6389cbeace3b7a9d0ed6f199">m_TimeStamp</a> = <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa4de2b511faa41accc2c35cadf051124">profiling::ReadUint64</a>(data, offset);</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; offset += uint64_t_size;</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="keywordflow">if</span> ( m_ThreadIdSize == 4 )</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; {</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="keyword">event</span>.m_ThreadId = <a class="code" href="namespacearmnn_1_1profiling.xhtml#ad56f4c3ea5e88279bb6ef1f31d9dc6df">profiling::ReadUint32</a>(data, offset);</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; }</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( m_ThreadIdSize == 8 )</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; {</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; <span class="keyword">event</span>.m_ThreadId = <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa4de2b511faa41accc2c35cadf051124">profiling::ReadUint64</a>(data, offset);</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; }</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; offset += m_ThreadIdSize;</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <span class="keyword">event</span>.m_Guid = <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa4de2b511faa41accc2c35cadf051124">profiling::ReadUint64</a>(data, offset);</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; offset += uint64_t_size;</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; m_TimelineDecoder.<a class="code" href="class_i_timeline_decoder.xhtml#a83984ef549a8492f6711fd48c936b472">CreateEvent</a>(event);</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;}</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;</div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7ea1ce1121a51bbea9ea973c3a1463bb"> 128</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml#a7ea1ce1121a51bbea9ea973c3a1463bb">TimelineCaptureCommandHandler::operator()</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1profiling_1_1_packet.xhtml">profiling::Packet</a>&amp; packet)</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;{</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; ParseData(packet);</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;}</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;} <span class="comment">//namespace gatordmock</span></div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;} <span class="comment">//namespace armnn</span></div><div class="ttc" id="struct_i_timeline_decoder_1_1_label_xhtml_ab13844df5477a9ab8f13069e3d8abad6"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_label.xhtml#ab13844df5477a9ab8f13069e3d8abad6">ITimelineDecoder::Label::m_Name</a></div><div class="ttdeci">std::string m_Name</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00050">ITimelineDecoder.hpp:50</a></div></div>
+<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_aa4de2b511faa41accc2c35cadf051124"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#aa4de2b511faa41accc2c35cadf051124">armnn::profiling::ReadUint64</a></div><div class="ttdeci">uint64_t ReadUint64(const IPacketBufferPtr &amp;packetBuffer, unsigned int offset)</div><div class="ttdef"><b>Definition:</b> <a href="_profiling_utils_8cpp_source.xhtml#l00197">ProfilingUtils.cpp:197</a></div></div>
+<div class="ttc" id="class_i_timeline_decoder_xhtml_a83984ef549a8492f6711fd48c936b472"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#a83984ef549a8492f6711fd48c936b472">ITimelineDecoder::CreateEvent</a></div><div class="ttdeci">virtual TimelineStatus CreateEvent(const Event &amp;)=0</div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_event_class_xhtml_ab6b3b4830bf0417aa54e88663048075a"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_event_class.xhtml#ab6b3b4830bf0417aa54e88663048075a">ITimelineDecoder::EventClass::m_Guid</a></div><div class="ttdeci">uint64_t m_Guid</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00037">ITimelineDecoder.hpp:37</a></div></div>
+<div class="ttc" id="class_i_timeline_decoder_xhtml_adcad6f6c71d39d9b1b7863eb50804323"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#adcad6f6c71d39d9b1b7863eb50804323">ITimelineDecoder::CreateLabel</a></div><div class="ttdeci">virtual TimelineStatus CreateLabel(const Label &amp;)=0</div></div>
+<div class="ttc" id="class_i_timeline_decoder_xhtml_ae3dc53e6af44cab02cc709e03fbf171a"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#ae3dc53e6af44cab02cc709e03fbf171a">ITimelineDecoder::CreateRelationship</a></div><div class="ttdeci">virtual TimelineStatus CreateRelationship(const Relationship &amp;)=0</div></div>
+<div class="ttc" id="class_i_timeline_decoder_xhtml_a39eef4619be7051ac1c62c71bdabd248"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#a39eef4619be7051ac1c62c71bdabd248">ITimelineDecoder::CreateEntity</a></div><div class="ttdeci">virtual TimelineStatus CreateEntity(const Entity &amp;)=0</div></div>
+<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a74b483b652cc32f03151b10a1366d607"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#a74b483b652cc32f03151b10a1366d607">armnn::profiling::ReadUint8</a></div><div class="ttdeci">uint8_t ReadUint8(const IPacketBufferPtr &amp;packetBuffer, unsigned int offset)</div><div class="ttdef"><b>Definition:</b> <a href="_profiling_utils_8cpp_source.xhtml#l00218">ProfilingUtils.cpp:218</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_event_class_xhtml"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_event_class.xhtml">ITimelineDecoder::EventClass</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00035">ITimelineDecoder.hpp:35</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="class_i_timeline_decoder_xhtml_a678c5d8abc10bc4b1936523483e8da8d"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#a678c5d8abc10bc4b1936523483e8da8d">ITimelineDecoder::CreateEventClass</a></div><div class="ttdeci">virtual TimelineStatus CreateEventClass(const EventClass &amp;)=0</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="struct_i_timeline_decoder_1_1_relationship_xhtml_a750aec9c695a1f1b45b0f95cdf66e8b2"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_relationship.xhtml#a750aec9c695a1f1b45b0f95cdf66e8b2">ITimelineDecoder::Relationship::m_RelationshipType</a></div><div class="ttdeci">RelationshipType m_RelationshipType</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00055">ITimelineDecoder.hpp:55</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_event_xhtml_a4e1bfd0b6389cbeace3b7a9d0ed6f199"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_event.xhtml#a4e1bfd0b6389cbeace3b7a9d0ed6f199">ITimelineDecoder::Event::m_TimeStamp</a></div><div class="ttdeci">uint64_t m_TimeStamp</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00043">ITimelineDecoder.hpp:43</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_relationship_xhtml"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_relationship.xhtml">ITimelineDecoder::Relationship</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00053">ITimelineDecoder.hpp:53</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="_timeline_capture_command_handler_8hpp_xhtml"><div class="ttname"><a href="_timeline_capture_command_handler_8hpp.xhtml">TimelineCaptureCommandHandler.hpp</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="struct_i_timeline_decoder_1_1_relationship_xhtml_a2abefbf4489623a5e972bd6c03f5f2a0"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_relationship.xhtml#a2abefbf4489623a5e972bd6c03f5f2a0">ITimelineDecoder::Relationship::m_HeadGuid</a></div><div class="ttdeci">uint64_t m_HeadGuid</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00057">ITimelineDecoder.hpp:57</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="namespacearmnn_1_1profiling_xhtml_ad56f4c3ea5e88279bb6ef1f31d9dc6df"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#ad56f4c3ea5e88279bb6ef1f31d9dc6df">armnn::profiling::ReadUint32</a></div><div class="ttdeci">uint32_t ReadUint32(const IPacketBufferPtr &amp;packetBuffer, unsigned int offset)</div><div class="ttdef"><b>Definition:</b> <a href="_profiling_utils_8cpp_source.xhtml#l00204">ProfilingUtils.cpp:204</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_packet_xhtml_a5a218fe9ea18741167670f1bc016b5cf"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_packet.xhtml#a5a218fe9ea18741167670f1bc016b5cf">armnn::profiling::Packet::GetLength</a></div><div class="ttdeci">uint32_t GetLength() const</div><div class="ttdef"><b>Definition:</b> <a href="_packet_8hpp_source.xhtml#l00074">Packet.hpp:74</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_relationship_xhtml_ab6b3b4830bf0417aa54e88663048075a"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_relationship.xhtml#ab6b3b4830bf0417aa54e88663048075a">ITimelineDecoder::Relationship::m_Guid</a></div><div class="ttdeci">uint64_t m_Guid</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00056">ITimelineDecoder.hpp:56</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_entity_xhtml_ab6b3b4830bf0417aa54e88663048075a"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_entity.xhtml#ab6b3b4830bf0417aa54e88663048075a">ITimelineDecoder::Entity::m_Guid</a></div><div class="ttdeci">uint64_t m_Guid</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00032">ITimelineDecoder.hpp:32</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_entity_xhtml"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_entity.xhtml">ITimelineDecoder::Entity</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00030">ITimelineDecoder.hpp:30</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_event_xhtml"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_event.xhtml">ITimelineDecoder::Event</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00040">ITimelineDecoder.hpp:40</a></div></div>
+<div class="ttc" id="classarmnn_1_1profiling_1_1_packet_xhtml_ad6bf5cefcc3b6f7223c2cfafd8151d8f"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_packet.xhtml#ad6bf5cefcc3b6f7223c2cfafd8151d8f">armnn::profiling::Packet::GetData</a></div><div class="ttdeci">const unsigned char * GetData() const</div><div class="ttdef"><b>Definition:</b> <a href="_packet_8hpp_source.xhtml#l00075">Packet.hpp:75</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_label_xhtml_ab6b3b4830bf0417aa54e88663048075a"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_label.xhtml#ab6b3b4830bf0417aa54e88663048075a">ITimelineDecoder::Label::m_Guid</a></div><div class="ttdeci">uint64_t m_Guid</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00049">ITimelineDecoder.hpp:49</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_relationship_xhtml_aaccf7d573b9dd5a5a71c03a976c2d0a7"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_relationship.xhtml#aaccf7d573b9dd5a5a71c03a976c2d0a7">ITimelineDecoder::Relationship::m_TailGuid</a></div><div class="ttdeci">uint64_t m_TailGuid</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00058">ITimelineDecoder.hpp:58</a></div></div>
+<div class="ttc" id="class_i_timeline_decoder_xhtml_afcec9ac4ebf3a53432bbd77a314b0667"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#afcec9ac4ebf3a53432bbd77a314b0667">ITimelineDecoder::RelationshipType</a></div><div class="ttdeci">RelationshipType</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00022">ITimelineDecoder.hpp:22</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="struct_i_timeline_decoder_1_1_label_xhtml"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_label.xhtml">ITimelineDecoder::Label</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00047">ITimelineDecoder.hpp:47</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_8cpp.xhtml">TimelineCaptureCommandHandler.cpp</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>