aboutsummaryrefslogtreecommitdiff
path: root/21.02/_timeline_model_8hpp_source.xhtml
blob: 577b75444766cc53a59182782f9141b5db2f6d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!-- 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/TimelineModel.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">21.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_model_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">TimelineModel.hpp</div>  </div>
</div><!--header-->
<div class="contents">
<a href="_timeline_model_8hpp.xhtml">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">// Copyright © 2020 Arm Ltd and Contributors. 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;common/include/ProfilingException.hpp&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="preprocessor">#include &lt;server/include/timelineDecoder/ITimelineDecoder.hpp&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="preprocessor">#include &lt;map&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor">#include &lt;sstream&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></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;<span class="keyword">namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</a></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;</div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="keyword">namespace </span>profiling</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="namespacearmnn_1_1profiling.xhtml#acf46a4dcdde4f4f81e7603c85d251f2d">   20</a></span>&#160;<span class="keyword">using</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#acf46a4dcdde4f4f81e7603c85d251f2d">LabelMap</a> = std::map&lt;uint64_t, arm::pipe::ITimelineDecoder::Label&gt;;</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="namespacearmnn_1_1profiling.xhtml#a262633ae4412cf05cf64371d9007f7d1">   21</a></span>&#160;<span class="keyword">using</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#a262633ae4412cf05cf64371d9007f7d1">Attribute</a> = std::pair&lt;std::string, std::string&gt;;</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="namespacearmnn_1_1profiling.xhtml#af30d16a7b99cb508a3fae0291430fb87">   22</a></span>&#160;<span class="keyword">using</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#af30d16a7b99cb508a3fae0291430fb87">Attributes</a> = std::map&lt;std::string, Attribute&gt;;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>;</div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_connection.xhtml">   24</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1profiling_1_1_connection.xhtml">Connection</a></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">public</span>:</div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_connection.xhtml#a304e6c66d977e9efa74471d34b80d0e1">   27</a></span>&#160;    <a class="code" href="classarmnn_1_1profiling_1_1_connection.xhtml#a304e6c66d977e9efa74471d34b80d0e1">Connection</a>(uint64_t guid, <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* head, <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* tail) :</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;        m_Guid(guid), m_HeadEntity(head), m_TailEntity(tail)</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;    {</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;        <span class="keywordflow">if</span> (head == <span class="keyword">nullptr</span>)</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">   32</span>&#160;            std::stringstream ss;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;            ss &lt;&lt; <span class="stringliteral">&quot;connection [&quot;</span> &lt;&lt; guid &lt;&lt; <span class="stringliteral">&quot;] head cannot be null&quot;</span>;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;            <span class="keywordflow">throw</span> arm::pipe::ProfilingException(ss.str());</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="keywordflow">if</span> (tail == <span class="keyword">nullptr</span>)</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;            std::stringstream ss;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;            ss &lt;&lt; <span class="stringliteral">&quot;connection [&quot;</span> &lt;&lt; guid &lt;&lt; <span class="stringliteral">&quot;] tail cannot be null&quot;</span>;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;            <span class="keywordflow">throw</span> arm::pipe::ProfilingException(ss.str());</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;    }</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_connection.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">   44</a></span>&#160;    uint64_t <a class="code" href="classarmnn_1_1profiling_1_1_connection.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">GetGuid</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Guid;}</div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_connection.xhtml#a6701d3ffc96bafe38e18a85ba7fc4bf7">   45</a></span>&#160;    <span class="keyword">const</span> <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* <a class="code" href="classarmnn_1_1profiling_1_1_connection.xhtml#a6701d3ffc96bafe38e18a85ba7fc4bf7">GetHead</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_HeadEntity;}</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_connection.xhtml#aed3bd92b869d1566f705d456348f6229">   46</a></span>&#160;    <span class="keyword">const</span> <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* <a class="code" href="classarmnn_1_1profiling_1_1_connection.xhtml#aed3bd92b869d1566f705d456348f6229">GetTail</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_TailEntity;}</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;    uint64_t m_Guid;</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;    <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* m_HeadEntity;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;    <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* m_TailEntity;</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"><a class="line" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml">   52</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml">EventClassObj</a></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">public</span>:</div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml#aa678ce2ee7c2c4698c73ed44b0ad8fed">   55</a></span>&#160;    <a class="code" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml#aa678ce2ee7c2c4698c73ed44b0ad8fed">EventClassObj</a>(uint64_t guid, <span class="keyword">const</span> std::string&amp; name) : m_Guid(guid), m_Name(name) {}</div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">   56</a></span>&#160;    uint64_t <a class="code" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">GetGuid</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Guid;}</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml#a5b52ba705bd2cbff2d8ba9a1fb0b39d8">   57</a></span>&#160;    <span class="keyword">const</span> std::string&amp; <a class="code" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml#a5b52ba705bd2cbff2d8ba9a1fb0b39d8">GetName</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Name;}</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;    uint64_t m_Guid;</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;    std::string m_Name;</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"><a class="line" href="classarmnn_1_1profiling_1_1_event_obj.xhtml">   62</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1profiling_1_1_event_obj.xhtml">EventObj</a></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="keyword">public</span>:</div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#ae31d880fe9eaa527be386cdcda2999cc">   65</a></span>&#160;    <a class="code" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#ae31d880fe9eaa527be386cdcda2999cc">EventObj</a>(uint64_t guid, uint64_t timestamp, uint64_t threadId) :</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;        m_Guid(guid), m_TimeStamp(timestamp), m_ThreadId(threadId) {}</div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">   67</a></span>&#160;    uint64_t <a class="code" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">GetGuid</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Guid;}</div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#a0e695954838b179b737ed355fb43e44b">   68</a></span>&#160;    uint64_t <a class="code" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#a0e695954838b179b737ed355fb43e44b">GetTimeStamp</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_TimeStamp;}</div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#abf77eb3b423813ee588b43f3aec13ace">   69</a></span>&#160;    uint64_t <a class="code" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#abf77eb3b423813ee588b43f3aec13ace">GetThreadId</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_ThreadId;}</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#a3800b3ca2970a4cc3410f4f42a1bc025">   70</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#a3800b3ca2970a4cc3410f4f42a1bc025">SetEventClass</a>(<a class="code" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml">EventClassObj</a>* evtClass) {m_EventClass = evtClass;}</div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#afa5096ea3c5430280ea07e1b093fe5a5">   71</a></span>&#160;    std::string <a class="code" href="classarmnn_1_1profiling_1_1_event_obj.xhtml#afa5096ea3c5430280ea07e1b093fe5a5">GetEventClass</a>()</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;        <span class="keywordflow">if</span> (m_EventClass == <span class="keyword">nullptr</span>)</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;        {</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;            <span class="keywordflow">return</span> <span class="stringliteral">&quot;&quot;</span>;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;        }</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;        <span class="keywordflow">else</span></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">   79</span>&#160;            <span class="keywordflow">return</span> m_EventClass-&gt;GetName();</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;    }</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;    uint64_t m_Guid;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    uint64_t m_TimeStamp;</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;    uint64_t m_ThreadId;</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;    <a class="code" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml">EventClassObj</a>* m_EventClass;</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;};</div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml">   88</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a></div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;{</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#a1b885167acd416ef9488d87e5c8635c7">   91</a></span>&#160;    <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#a1b885167acd416ef9488d87e5c8635c7">Entity</a>(uint64_t guid) : m_Guid(guid) {}</div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">   92</a></span>&#160;    uint64_t <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">GetGuid</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Guid;}</div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#a1c24a3c042c21213c6f922632e7541ef">   93</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#a1c24a3c042c21213c6f922632e7541ef">AddChild</a>(<a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* child)</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;    {</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;        <span class="keywordflow">if</span> (child != <span class="keyword">nullptr</span>)</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;            m_Children.push_back(child);</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;        }</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"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#adc352aa561865b932f5c8f637ce0fdad">  100</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#adc352aa561865b932f5c8f637ce0fdad">AddAttribute</a>(<span class="keyword">const</span> std::string&amp; type, <span class="keyword">const</span> std::string&amp; value)</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;    {</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;        <a class="code" href="namespacearmnn_1_1profiling.xhtml#a262633ae4412cf05cf64371d9007f7d1">Attribute</a> attr(type, value);</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;        m_Attributes.emplace(type, attr);</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_1profiling_1_1_entity.xhtml#aedd7cbc5d000b50b9cd8d682008af93c">  105</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#aedd7cbc5d000b50b9cd8d682008af93c">AddConnection</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1profiling_1_1_connection.xhtml">Connection</a>&amp; connection)</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;        m_Connections.push_back(connection);</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;    }</div><div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#ad4ca11700f18cb5ebfc352ec65668986">  109</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#ad4ca11700f18cb5ebfc352ec65668986">AddExecution</a>(<a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* execution)</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> (execution != <span class="keyword">nullptr</span>)</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;            m_Executions.push_back(execution);</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;    }</div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#a4bdbcbcbc4903670a6acbe5c7d7230fd">  116</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#a4bdbcbcbc4903670a6acbe5c7d7230fd">AddEvent</a>(<a class="code" href="classarmnn_1_1profiling_1_1_event_obj.xhtml">EventObj</a>* event)</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;    {</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;        <span class="keywordflow">if</span> (event != <span class="keyword">nullptr</span>)</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;            m_Events.push_back(event);</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;    }</div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#afbf87da618557922cc087388b794a79b">  123</a></span>&#160;    <span class="keyword">const</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#af30d16a7b99cb508a3fae0291430fb87">Attributes</a>&amp; <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#afbf87da618557922cc087388b794a79b">GetAttributes</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Attributes;}</div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#a7eaa67e8393af5b3a139b0e8ef410fd7">  124</a></span>&#160;    <span class="keyword">const</span> std::vector&lt;Entity*&gt;&amp; <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#a7eaa67e8393af5b3a139b0e8ef410fd7">GetChildren</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Children;}</div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#ae6ec0b6860c4580c1d7e257c5dc59bcf">  125</a></span>&#160;    <span class="keyword">const</span> std::vector&lt;Connection&gt;&amp; <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#ae6ec0b6860c4580c1d7e257c5dc59bcf">GetConnections</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Connections;}</div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#aa2ecfd450eca1e985c51aa53b406d590">  126</a></span>&#160;    <span class="keyword">const</span> std::vector&lt;Entity*&gt;&amp; <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#aa2ecfd450eca1e985c51aa53b406d590">GetExecutions</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Executions;}</div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_entity.xhtml#a8820fb58faf6eaaf1cf0c50a9f58b7d5">  127</a></span>&#160;    <span class="keyword">const</span> std::vector&lt;EventObj*&gt;&amp; <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml#a8820fb58faf6eaaf1cf0c50a9f58b7d5">GetEvents</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Events;}</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;    uint64_t m_Guid;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;    <a class="code" href="namespacearmnn_1_1profiling.xhtml#af30d16a7b99cb508a3fae0291430fb87">Attributes</a> m_Attributes;</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;    std::vector&lt;Entity*&gt; m_Children;</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;    std::vector&lt;Connection&gt; m_Connections;</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;    std::vector&lt;Entity*&gt; m_Executions;</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    std::vector&lt;EventObj*&gt; m_Events;</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;};</div><div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="namespacearmnn_1_1profiling.xhtml#ac911fc2d5a2bb4fc82a3320d8ab384fc">  136</a></span>&#160;<span class="keyword">using</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#ac911fc2d5a2bb4fc82a3320d8ab384fc">Entities</a> = std::map&lt;uint64_t, Entity&gt;;</div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="structarmnn_1_1profiling_1_1_model_relationship.xhtml">  137</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarmnn_1_1profiling_1_1_model_relationship.xhtml">ModelRelationship</a></div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;{</div><div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="structarmnn_1_1profiling_1_1_model_relationship.xhtml#a76dacdc0d6c014299244f8be3bc733ac">  139</a></span>&#160;    <a class="code" href="structarmnn_1_1profiling_1_1_model_relationship.xhtml#a76dacdc0d6c014299244f8be3bc733ac">ModelRelationship</a>(<span class="keyword">const</span> arm::pipe::ITimelineDecoder::Relationship&amp; relationship) : m_Relationship(relationship) {}</div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="structarmnn_1_1profiling_1_1_model_relationship.xhtml#acbad01e53e9a89c4aff65a2b89fa3a8f">  140</a></span>&#160;    arm::pipe::ITimelineDecoder::Relationship <a class="code" href="structarmnn_1_1profiling_1_1_model_relationship.xhtml#acbad01e53e9a89c4aff65a2b89fa3a8f">m_Relationship</a>;</div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="structarmnn_1_1profiling_1_1_model_relationship.xhtml#adb1368e4e90434be728ccb57ddf502f5">  141</a></span>&#160;    std::vector&lt;Entity*&gt; <a class="code" href="structarmnn_1_1profiling_1_1_model_relationship.xhtml#adb1368e4e90434be728ccb57ddf502f5">m_RelatedEntities</a>;</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;};</div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="namespacearmnn_1_1profiling.xhtml#ac6e26a17a22fa5744f3787dcddbbe2e8">  143</a></span>&#160;<span class="keyword">using</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#ac6e26a17a22fa5744f3787dcddbbe2e8">Relationships</a> = std::map&lt;uint64_t, ModelRelationship&gt;;</div><div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="namespacearmnn_1_1profiling.xhtml#a410c3fcb5e9281fd2e171490fc9cff03">  144</a></span>&#160;<span class="keyword">using</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#a410c3fcb5e9281fd2e171490fc9cff03">EventClasses</a> = std::map&lt;uint64_t, EventClassObj&gt;;</div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="namespacearmnn_1_1profiling.xhtml#aa963a4d4dbd10dd1bdb5ade532d2868f">  145</a></span>&#160;<span class="keyword">using</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa963a4d4dbd10dd1bdb5ade532d2868f">Events</a> = std::map&lt;uint64_t, EventObj&gt;;</div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml">  146</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml">TimelineModel</a></div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;{</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;    <span class="keywordtype">void</span> AddLabel(<span class="keyword">const</span> arm::pipe::ITimelineDecoder::Label&amp; label);</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    std::string* FindLabel(uint64_t guid);</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;    <span class="keywordtype">void</span> AddEntity(uint64_t guid);</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* FindEntity(uint64_t <span class="keywordtype">id</span>);</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;    <span class="keywordtype">void</span> AddRelationship(<span class="keyword">const</span> arm::pipe::ITimelineDecoder::Relationship&amp; relationship);</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;    <a class="code" href="structarmnn_1_1profiling_1_1_model_relationship.xhtml">ModelRelationship</a>* FindRelationship(uint64_t <span class="keywordtype">id</span>);</div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#a2eca8535e0d05235e5e07abc1c124799">  155</a></span>&#160;    <span class="keyword">const</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#acf46a4dcdde4f4f81e7603c85d251f2d">LabelMap</a>&amp; <a class="code" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#a2eca8535e0d05235e5e07abc1c124799">GetLabelMap</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_LabelMap;}</div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#a973d9336fed9123e64fef84162a9b9c0">  156</a></span>&#160;    <span class="keyword">const</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#ac911fc2d5a2bb4fc82a3320d8ab384fc">Entities</a>&amp; <a class="code" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#a973d9336fed9123e64fef84162a9b9c0">GetEntities</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Entities;}</div><div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#af65ad290e953c59b8b3e2db0037f9a9c">  157</a></span>&#160;    <span class="keyword">const</span> std::vector&lt;arm::pipe::ProfilingException&gt;&amp; <a class="code" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#af65ad290e953c59b8b3e2db0037f9a9c">GetErrors</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_Errors;}</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;    <span class="keywordtype">bool</span> IsInferenceGuid(uint64_t guid) <span class="keyword">const</span>;</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;    <span class="keywordtype">void</span> AddEventClass(<span class="keyword">const</span> arm::pipe::ITimelineDecoder::EventClass&amp; eventClass);</div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#a8454924a69c533d39d222a71e59c4d6b">  160</a></span>&#160;    <span class="keyword">const</span> <a class="code" href="namespacearmnn_1_1profiling.xhtml#a410c3fcb5e9281fd2e171490fc9cff03">EventClasses</a>&amp; <a class="code" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#a8454924a69c533d39d222a71e59c4d6b">GetEventClasses</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> m_EventClasses;}</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;    <a class="code" href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml">EventClassObj</a>* FindEventClass(uint64_t <span class="keywordtype">id</span>);</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;    <span class="keywordtype">void</span> AddEvent(<span class="keyword">const</span> arm::pipe::ITimelineDecoder::Event&amp; event);</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;    <a class="code" href="classarmnn_1_1profiling_1_1_event_obj.xhtml">EventObj</a>* FindEvent(uint64_t <span class="keywordtype">id</span>);</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;    <a class="code" href="namespacearmnn_1_1profiling.xhtml#acf46a4dcdde4f4f81e7603c85d251f2d">LabelMap</a> m_LabelMap;</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;    <a class="code" href="namespacearmnn_1_1profiling.xhtml#ac911fc2d5a2bb4fc82a3320d8ab384fc">Entities</a> m_Entities;</div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;    <a class="code" href="namespacearmnn_1_1profiling.xhtml#ac6e26a17a22fa5744f3787dcddbbe2e8">Relationships</a> m_Relationships;</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;    std::vector&lt;arm::pipe::ProfilingException&gt; m_Errors;</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;    std::vector&lt;uint64_t&gt; m_InferenceGuids;</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;    <a class="code" href="namespacearmnn_1_1profiling.xhtml#a410c3fcb5e9281fd2e171490fc9cff03">EventClasses</a> m_EventClasses;</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;    <a class="code" href="namespacearmnn_1_1profiling.xhtml#aa963a4d4dbd10dd1bdb5ade532d2868f">Events</a> m_Events;</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;    <span class="keywordtype">void</span> HandleLabelLink(<span class="keyword">const</span> arm::pipe::ITimelineDecoder::Relationship&amp; relationship);</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;    <span class="keywordtype">void</span> HandleConnection(<span class="keyword">const</span> arm::pipe::ITimelineDecoder::Relationship&amp; relationship);</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;    <span class="keywordtype">void</span> HandleChild(<span class="keyword">const</span> arm::pipe::ITimelineDecoder::Relationship&amp; relationship);</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;    <span class="keywordtype">void</span> HandleExecutionOf(<span class="keyword">const</span> arm::pipe::ITimelineDecoder::Relationship&amp; relationship);</div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;    <span class="keywordtype">void</span> HandleExecutionLink(<span class="keyword">const</span> arm::pipe::ITimelineDecoder::Relationship&amp; relationship);</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;};</div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;</div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;std::vector&lt;std::string&gt; <a class="code" href="namespacearmnn_1_1profiling.xhtml#a8e8f20742c192fae6c3854e324f10195">GetModelDescription</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1profiling_1_1_timeline_model.xhtml">TimelineModel</a>&amp; model);</div><div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;std::string <a class="code" href="namespacearmnn_1_1profiling.xhtml#abd2235042ff2d3481ee7e61ae36a73d5">GetEntityDescription</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>&amp; entity);</div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;std::string <a class="code" href="namespacearmnn_1_1profiling.xhtml#a9e20472de8eb0d6ba6047fcacf2d9328">GetChildDescription</a>(<a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* entity);</div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;std::string <a class="code" href="namespacearmnn_1_1profiling.xhtml#a99aa45cbec5babd03bb9985f3ac24fee">GetConnectionDescription</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1profiling_1_1_connection.xhtml">Connection</a>&amp; connection);</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;std::string <a class="code" href="namespacearmnn_1_1profiling.xhtml#a951417907ff95b56477d239ff044b868">GetExecutionDescription</a>(<a class="code" href="classarmnn_1_1profiling_1_1_entity.xhtml">Entity</a>* execution);</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;std::string <a class="code" href="namespacearmnn_1_1profiling.xhtml#adc90b2a2e1307470a714e672beddc156">GetEventDescription</a>(<a class="code" href="classarmnn_1_1profiling_1_1_event_obj.xhtml">EventObj</a>* event);</div><div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;</div><div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;} <span class="comment">// namespace profiling</span></div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;</div><div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;} <span class="comment">// namespace armnn</span></div><div class="ttc" id="classarmnn_1_1profiling_1_1_event_class_obj_xhtml_a5b52ba705bd2cbff2d8ba9a1fb0b39d8"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml#a5b52ba705bd2cbff2d8ba9a1fb0b39d8">armnn::profiling::EventClassObj::GetName</a></div><div class="ttdeci">const std::string &amp; GetName() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00057">TimelineModel.hpp:57</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_a1f13df7f1aaa03369c46ab37b055e8d3"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">armnn::profiling::Entity::GetGuid</a></div><div class="ttdeci">uint64_t GetGuid() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00092">TimelineModel.hpp:92</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_ac911fc2d5a2bb4fc82a3320d8ab384fc"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#ac911fc2d5a2bb4fc82a3320d8ab384fc">armnn::profiling::Entities</a></div><div class="ttdeci">std::map&lt; uint64_t, Entity &gt; Entities</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00136">TimelineModel.hpp:136</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_a4bdbcbcbc4903670a6acbe5c7d7230fd"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#a4bdbcbcbc4903670a6acbe5c7d7230fd">armnn::profiling::Entity::AddEvent</a></div><div class="ttdeci">void AddEvent(EventObj *event)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00116">TimelineModel.hpp:116</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a99aa45cbec5babd03bb9985f3ac24fee"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#a99aa45cbec5babd03bb9985f3ac24fee">armnn::profiling::GetConnectionDescription</a></div><div class="ttdeci">std::string GetConnectionDescription(const Connection &amp;connection)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8cpp_source.xhtml#l00380">TimelineModel.cpp:380</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_ac6e26a17a22fa5744f3787dcddbbe2e8"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#ac6e26a17a22fa5744f3787dcddbbe2e8">armnn::profiling::Relationships</a></div><div class="ttdeci">std::map&lt; uint64_t, ModelRelationship &gt; Relationships</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00143">TimelineModel.hpp:143</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_afbf87da618557922cc087388b794a79b"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#afbf87da618557922cc087388b794a79b">armnn::profiling::Entity::GetAttributes</a></div><div class="ttdeci">const Attributes &amp; GetAttributes() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00123">TimelineModel.hpp:123</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_aa2ecfd450eca1e985c51aa53b406d590"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#aa2ecfd450eca1e985c51aa53b406d590">armnn::profiling::Entity::GetExecutions</a></div><div class="ttdeci">const std::vector&lt; Entity * &gt; &amp; GetExecutions() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00126">TimelineModel.hpp:126</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_connection_xhtml_a304e6c66d977e9efa74471d34b80d0e1"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_connection.xhtml#a304e6c66d977e9efa74471d34b80d0e1">armnn::profiling::Connection::Connection</a></div><div class="ttdeci">Connection(uint64_t guid, Entity *head, Entity *tail)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00027">TimelineModel.hpp:27</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_event_obj_xhtml_ae31d880fe9eaa527be386cdcda2999cc"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_obj.xhtml#ae31d880fe9eaa527be386cdcda2999cc">armnn::profiling::EventObj::EventObj</a></div><div class="ttdeci">EventObj(uint64_t guid, uint64_t timestamp, uint64_t threadId)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00065">TimelineModel.hpp:65</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a410c3fcb5e9281fd2e171490fc9cff03"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#a410c3fcb5e9281fd2e171490fc9cff03">armnn::profiling::EventClasses</a></div><div class="ttdeci">std::map&lt; uint64_t, EventClassObj &gt; EventClasses</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00144">TimelineModel.hpp:144</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml">armnn::profiling::Entity</a></div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00088">TimelineModel.hpp:88</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_event_obj_xhtml_a0e695954838b179b737ed355fb43e44b"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_obj.xhtml#a0e695954838b179b737ed355fb43e44b">armnn::profiling::EventObj::GetTimeStamp</a></div><div class="ttdeci">uint64_t GetTimeStamp() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00068">TimelineModel.hpp:68</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_af30d16a7b99cb508a3fae0291430fb87"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#af30d16a7b99cb508a3fae0291430fb87">armnn::profiling::Attributes</a></div><div class="ttdeci">std::map&lt; std::string, Attribute &gt; Attributes</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00022">TimelineModel.hpp:22</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_timeline_model_xhtml_af65ad290e953c59b8b3e2db0037f9a9c"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#af65ad290e953c59b8b3e2db0037f9a9c">armnn::profiling::TimelineModel::GetErrors</a></div><div class="ttdeci">const std::vector&lt; arm::pipe::ProfilingException &gt; &amp; GetErrors() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00157">TimelineModel.hpp:157</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml"><div class="ttname"><a href="namespacearmnn.xhtml">armnn</a></div><div class="ttdoc">Copyright (c) 2021 ARM Limited and Contributors. </div><div class="ttdef"><b>Definition:</b> <a href="01__00__software__tools_8dox_source.xhtml#l00006">01_00_software_tools.dox:6</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_a1b885167acd416ef9488d87e5c8635c7"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#a1b885167acd416ef9488d87e5c8635c7">armnn::profiling::Entity::Entity</a></div><div class="ttdeci">Entity(uint64_t guid)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00091">TimelineModel.hpp:91</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_connection_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_connection.xhtml">armnn::profiling::Connection</a></div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00024">TimelineModel.hpp:24</a></div></div>
<div class="ttc" id="structarmnn_1_1profiling_1_1_model_relationship_xhtml_acbad01e53e9a89c4aff65a2b89fa3a8f"><div class="ttname"><a href="structarmnn_1_1profiling_1_1_model_relationship.xhtml#acbad01e53e9a89c4aff65a2b89fa3a8f">armnn::profiling::ModelRelationship::m_Relationship</a></div><div class="ttdeci">arm::pipe::ITimelineDecoder::Relationship m_Relationship</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00140">TimelineModel.hpp:140</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_timeline_model_xhtml_a973d9336fed9123e64fef84162a9b9c0"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#a973d9336fed9123e64fef84162a9b9c0">armnn::profiling::TimelineModel::GetEntities</a></div><div class="ttdeci">const Entities &amp; GetEntities() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00156">TimelineModel.hpp:156</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a262633ae4412cf05cf64371d9007f7d1"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#a262633ae4412cf05cf64371d9007f7d1">armnn::profiling::Attribute</a></div><div class="ttdeci">std::pair&lt; std::string, std::string &gt; Attribute</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00021">TimelineModel.hpp:21</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_a1c24a3c042c21213c6f922632e7541ef"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#a1c24a3c042c21213c6f922632e7541ef">armnn::profiling::Entity::AddChild</a></div><div class="ttdeci">void AddChild(Entity *child)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00093">TimelineModel.hpp:93</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_event_class_obj_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml">armnn::profiling::EventClassObj</a></div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00052">TimelineModel.hpp:52</a></div></div>
<div class="ttc" id="structarmnn_1_1profiling_1_1_model_relationship_xhtml"><div class="ttname"><a href="structarmnn_1_1profiling_1_1_model_relationship.xhtml">armnn::profiling::ModelRelationship</a></div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00137">TimelineModel.hpp:137</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_timeline_model_xhtml_a2eca8535e0d05235e5e07abc1c124799"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#a2eca8535e0d05235e5e07abc1c124799">armnn::profiling::TimelineModel::GetLabelMap</a></div><div class="ttdeci">const LabelMap &amp; GetLabelMap() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00155">TimelineModel.hpp:155</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_event_obj_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_obj.xhtml">armnn::profiling::EventObj</a></div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00062">TimelineModel.hpp:62</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_event_obj_xhtml_abf77eb3b423813ee588b43f3aec13ace"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_obj.xhtml#abf77eb3b423813ee588b43f3aec13ace">armnn::profiling::EventObj::GetThreadId</a></div><div class="ttdeci">uint64_t GetThreadId() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00069">TimelineModel.hpp:69</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_aedd7cbc5d000b50b9cd8d682008af93c"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#aedd7cbc5d000b50b9cd8d682008af93c">armnn::profiling::Entity::AddConnection</a></div><div class="ttdeci">void AddConnection(const Connection &amp;connection)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00105">TimelineModel.hpp:105</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_adc352aa561865b932f5c8f637ce0fdad"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#adc352aa561865b932f5c8f637ce0fdad">armnn::profiling::Entity::AddAttribute</a></div><div class="ttdeci">void AddAttribute(const std::string &amp;type, const std::string &amp;value)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00100">TimelineModel.hpp:100</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_connection_xhtml_aed3bd92b869d1566f705d456348f6229"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_connection.xhtml#aed3bd92b869d1566f705d456348f6229">armnn::profiling::Connection::GetTail</a></div><div class="ttdeci">const Entity * GetTail() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00046">TimelineModel.hpp:46</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_timeline_model_xhtml"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_timeline_model.xhtml">armnn::profiling::TimelineModel</a></div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00146">TimelineModel.hpp:146</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_a8820fb58faf6eaaf1cf0c50a9f58b7d5"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#a8820fb58faf6eaaf1cf0c50a9f58b7d5">armnn::profiling::Entity::GetEvents</a></div><div class="ttdeci">const std::vector&lt; EventObj * &gt; &amp; GetEvents() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00127">TimelineModel.hpp:127</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_ae6ec0b6860c4580c1d7e257c5dc59bcf"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#ae6ec0b6860c4580c1d7e257c5dc59bcf">armnn::profiling::Entity::GetConnections</a></div><div class="ttdeci">const std::vector&lt; Connection &gt; &amp; GetConnections() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00125">TimelineModel.hpp:125</a></div></div>
<div class="ttc" id="structarmnn_1_1profiling_1_1_model_relationship_xhtml_adb1368e4e90434be728ccb57ddf502f5"><div class="ttname"><a href="structarmnn_1_1profiling_1_1_model_relationship.xhtml#adb1368e4e90434be728ccb57ddf502f5">armnn::profiling::ModelRelationship::m_RelatedEntities</a></div><div class="ttdeci">std::vector&lt; Entity * &gt; m_RelatedEntities</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00141">TimelineModel.hpp:141</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_acf46a4dcdde4f4f81e7603c85d251f2d"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#acf46a4dcdde4f4f81e7603c85d251f2d">armnn::profiling::LabelMap</a></div><div class="ttdeci">std::map&lt; uint64_t, arm::pipe::ITimelineDecoder::Label &gt; LabelMap</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00020">TimelineModel.hpp:20</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_event_class_obj_xhtml_aa678ce2ee7c2c4698c73ed44b0ad8fed"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml#aa678ce2ee7c2c4698c73ed44b0ad8fed">armnn::profiling::EventClassObj::EventClassObj</a></div><div class="ttdeci">EventClassObj(uint64_t guid, const std::string &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00055">TimelineModel.hpp:55</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_event_class_obj_xhtml_a1f13df7f1aaa03369c46ab37b055e8d3"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_class_obj.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">armnn::profiling::EventClassObj::GetGuid</a></div><div class="ttdeci">uint64_t GetGuid() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00056">TimelineModel.hpp:56</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a951417907ff95b56477d239ff044b868"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#a951417907ff95b56477d239ff044b868">armnn::profiling::GetExecutionDescription</a></div><div class="ttdeci">std::string GetExecutionDescription(Entity *execution)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8cpp_source.xhtml#l00388">TimelineModel.cpp:388</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_timeline_model_xhtml_a8454924a69c533d39d222a71e59c4d6b"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_timeline_model.xhtml#a8454924a69c533d39d222a71e59c4d6b">armnn::profiling::TimelineModel::GetEventClasses</a></div><div class="ttdeci">const EventClasses &amp; GetEventClasses() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00160">TimelineModel.hpp:160</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a8e8f20742c192fae6c3854e324f10195"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#a8e8f20742c192fae6c3854e324f10195">armnn::profiling::GetModelDescription</a></div><div class="ttdeci">std::vector&lt; std::string &gt; GetModelDescription(const TimelineModel &amp;model)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8cpp_source.xhtml#l00329">TimelineModel.cpp:329</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_a7eaa67e8393af5b3a139b0e8ef410fd7"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#a7eaa67e8393af5b3a139b0e8ef410fd7">armnn::profiling::Entity::GetChildren</a></div><div class="ttdeci">const std::vector&lt; Entity * &gt; &amp; GetChildren() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00124">TimelineModel.hpp:124</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_connection_xhtml_a1f13df7f1aaa03369c46ab37b055e8d3"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_connection.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">armnn::profiling::Connection::GetGuid</a></div><div class="ttdeci">uint64_t GetGuid() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00044">TimelineModel.hpp:44</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_event_obj_xhtml_a3800b3ca2970a4cc3410f4f42a1bc025"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_obj.xhtml#a3800b3ca2970a4cc3410f4f42a1bc025">armnn::profiling::EventObj::SetEventClass</a></div><div class="ttdeci">void SetEventClass(EventClassObj *evtClass)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00070">TimelineModel.hpp:70</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_abd2235042ff2d3481ee7e61ae36a73d5"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#abd2235042ff2d3481ee7e61ae36a73d5">armnn::profiling::GetEntityDescription</a></div><div class="ttdeci">std::string GetEntityDescription(const Entity &amp;entity)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8cpp_source.xhtml#l00356">TimelineModel.cpp:356</a></div></div>
<div class="ttc" id="structarmnn_1_1profiling_1_1_model_relationship_xhtml_a76dacdc0d6c014299244f8be3bc733ac"><div class="ttname"><a href="structarmnn_1_1profiling_1_1_model_relationship.xhtml#a76dacdc0d6c014299244f8be3bc733ac">armnn::profiling::ModelRelationship::ModelRelationship</a></div><div class="ttdeci">ModelRelationship(const arm::pipe::ITimelineDecoder::Relationship &amp;relationship)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00139">TimelineModel.hpp:139</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_aa963a4d4dbd10dd1bdb5ade532d2868f"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#aa963a4d4dbd10dd1bdb5ade532d2868f">armnn::profiling::Events</a></div><div class="ttdeci">std::map&lt; uint64_t, EventObj &gt; Events</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00145">TimelineModel.hpp:145</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_adc90b2a2e1307470a714e672beddc156"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#adc90b2a2e1307470a714e672beddc156">armnn::profiling::GetEventDescription</a></div><div class="ttdeci">std::string GetEventDescription(EventObj *event)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8cpp_source.xhtml#l00395">TimelineModel.cpp:395</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_event_obj_xhtml_a1f13df7f1aaa03369c46ab37b055e8d3"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_obj.xhtml#a1f13df7f1aaa03369c46ab37b055e8d3">armnn::profiling::EventObj::GetGuid</a></div><div class="ttdeci">uint64_t GetGuid() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00067">TimelineModel.hpp:67</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_entity_xhtml_ad4ca11700f18cb5ebfc352ec65668986"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_entity.xhtml#ad4ca11700f18cb5ebfc352ec65668986">armnn::profiling::Entity::AddExecution</a></div><div class="ttdeci">void AddExecution(Entity *execution)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00109">TimelineModel.hpp:109</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_connection_xhtml_a6701d3ffc96bafe38e18a85ba7fc4bf7"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_connection.xhtml#a6701d3ffc96bafe38e18a85ba7fc4bf7">armnn::profiling::Connection::GetHead</a></div><div class="ttdeci">const Entity * GetHead() const</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00045">TimelineModel.hpp:45</a></div></div>
<div class="ttc" id="classarmnn_1_1profiling_1_1_event_obj_xhtml_afa5096ea3c5430280ea07e1b093fe5a5"><div class="ttname"><a href="classarmnn_1_1profiling_1_1_event_obj.xhtml#afa5096ea3c5430280ea07e1b093fe5a5">armnn::profiling::EventObj::GetEventClass</a></div><div class="ttdeci">std::string GetEventClass()</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8hpp_source.xhtml#l00071">TimelineModel.hpp:71</a></div></div>
<div class="ttc" id="namespacearmnn_1_1profiling_xhtml_a9e20472de8eb0d6ba6047fcacf2d9328"><div class="ttname"><a href="namespacearmnn_1_1profiling.xhtml#a9e20472de8eb0d6ba6047fcacf2d9328">armnn::profiling::GetChildDescription</a></div><div class="ttdeci">std::string GetChildDescription(Entity *entity)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_model_8cpp_source.xhtml#l00373">TimelineModel.cpp:373</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="_timeline_model_8hpp.xhtml">TimelineModel.hpp</a></li>
    <li class="footer">Generated on Thu Feb 25 2021 17:27:54 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>