aboutsummaryrefslogtreecommitdiff
path: root/20.02/_i_timeline_decoder_8hpp_source.xhtml
diff options
context:
space:
mode:
Diffstat (limited to '20.02/_i_timeline_decoder_8hpp_source.xhtml')
-rw-r--r--20.02/_i_timeline_decoder_8hpp_source.xhtml140
1 files changed, 140 insertions, 0 deletions
diff --git a/20.02/_i_timeline_decoder_8hpp_source.xhtml b/20.02/_i_timeline_decoder_8hpp_source.xhtml
new file mode 100644
index 0000000000..70e381c543
--- /dev/null
+++ b/20.02/_i_timeline_decoder_8hpp_source.xhtml
@@ -0,0 +1,140 @@
+<!-- Copyright (c) 2020 ARM Limited. -->
+<!-- -->
+<!-- SPDX-License-Identifier: MIT -->
+<!-- -->
+<!-- HTML header for doxygen 1.8.13-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="robots" content="NOINDEX, NOFOLLOW" />
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>ArmNN: include/armnn/profiling/ITimelineDecoder.hpp Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+ $(document).ready(initResizable);
+</script>
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<script type="text/x-mathjax-config">
+ MathJax.Hub.Config({
+ extensions: ["tex2jax.js"],
+ jax: ["input/TeX","output/HTML-CSS"],
+});
+</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+ <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
+ <td style="padding-left: 0.5em;">
+ <div id="projectname">
+ &#160;<span id="projectnumber">20.02</span>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+$(function() {
+ initMenu('',true,false,'search.php','Search');
+ $(document).ready(function() { init_search(); });
+});
+</script>
+<div id="main-nav"></div>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+ <div id="nav-tree">
+ <div id="nav-tree-contents">
+ <div id="nav-sync" class="sync"></div>
+ </div>
+ </div>
+ <div id="splitbar" style="-moz-user-select:none;"
+ class="ui-resizable-handle">
+ </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('_i_timeline_decoder_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">ITimelineDecoder.hpp</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="_i_timeline_decoder_8hpp.xhtml">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Copyright © 2020 Arm Ltd. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</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;cstdint&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;string&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"><a class="line" href="class_i_timeline_decoder.xhtml"> 11</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_i_timeline_decoder.xhtml">ITimelineDecoder</a></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;{</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a"> 16</a></span>&#160; <span class="keyword">enum class</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; {</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590aa01c22cb6628ace016f56d9f9a2926c22">TimelineStatus_Success</a>,</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590aa369a8f8f3bdedb1ae5445e8f52d06fa7">TimelineStatus_Fail</a></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; };</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="class_i_timeline_decoder.xhtml#afcec9ac4ebf3a53432bbd77a314b0667"> 22</a></span>&#160; <span class="keyword">enum class</span> <a class="code" href="class_i_timeline_decoder.xhtml#afcec9ac4ebf3a53432bbd77a314b0667">RelationshipType</a></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; {</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; RetentionLink, <span class="comment">/// Head retains(parents) Tail</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment"></span> ExecutionLink, <span class="comment">/// Head execution start depends on Tail execution completion</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment"></span> DataLink, <span class="comment">/// Head uses data of Tail</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment"></span> LabelLink <span class="comment">/// Head uses label Tail (Tail MUST be a guid of a label).</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment"></span> };</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"><a class="line" href="struct_i_timeline_decoder_1_1_entity.xhtml"> 30</a></span>&#160; <span class="keyword">struct </span><a class="code" href="struct_i_timeline_decoder_1_1_entity.xhtml">Entity</a></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; {</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_entity.xhtml#ab6b3b4830bf0417aa54e88663048075a"> 32</a></span>&#160; uint64_t <a class="code" href="struct_i_timeline_decoder_1_1_entity.xhtml#ab6b3b4830bf0417aa54e88663048075a">m_Guid</a>;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; };</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_event_class.xhtml"> 35</a></span>&#160; <span class="keyword">struct </span><a class="code" href="struct_i_timeline_decoder_1_1_event_class.xhtml">EventClass</a></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; {</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_event_class.xhtml#ab6b3b4830bf0417aa54e88663048075a"> 37</a></span>&#160; uint64_t <a class="code" href="struct_i_timeline_decoder_1_1_event_class.xhtml#ab6b3b4830bf0417aa54e88663048075a">m_Guid</a>;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; };</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;</div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_event.xhtml"> 40</a></span>&#160; <span class="keyword">struct </span><a class="code" href="struct_i_timeline_decoder_1_1_event.xhtml">Event</a></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"><a class="line" href="struct_i_timeline_decoder_1_1_event.xhtml#ab6b3b4830bf0417aa54e88663048075a"> 42</a></span>&#160; uint64_t <a class="code" href="struct_i_timeline_decoder_1_1_event.xhtml#ab6b3b4830bf0417aa54e88663048075a">m_Guid</a>;</div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_event.xhtml#a4e1bfd0b6389cbeace3b7a9d0ed6f199"> 43</a></span>&#160; uint64_t <a class="code" href="struct_i_timeline_decoder_1_1_event.xhtml#a4e1bfd0b6389cbeace3b7a9d0ed6f199">m_TimeStamp</a>;</div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_event.xhtml#ae4bcfd66826a2fffad9bfefd7cb356f9"> 44</a></span>&#160; uint64_t <a class="code" href="struct_i_timeline_decoder_1_1_event.xhtml#ae4bcfd66826a2fffad9bfefd7cb356f9">m_ThreadId</a>;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; };</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_label.xhtml"> 47</a></span>&#160; <span class="keyword">struct </span><a class="code" href="struct_i_timeline_decoder_1_1_label.xhtml">Label</a></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="struct_i_timeline_decoder_1_1_label.xhtml#ab6b3b4830bf0417aa54e88663048075a"> 49</a></span>&#160; uint64_t <a class="code" href="struct_i_timeline_decoder_1_1_label.xhtml#ab6b3b4830bf0417aa54e88663048075a">m_Guid</a>;</div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_label.xhtml#ab13844df5477a9ab8f13069e3d8abad6"> 50</a></span>&#160; std::string <a class="code" href="struct_i_timeline_decoder_1_1_label.xhtml#ab13844df5477a9ab8f13069e3d8abad6">m_Name</a>;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; };</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_relationship.xhtml"> 53</a></span>&#160; <span class="keyword">struct </span><a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml">Relationship</a></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"><a class="line" href="struct_i_timeline_decoder_1_1_relationship.xhtml#a750aec9c695a1f1b45b0f95cdf66e8b2"> 55</a></span>&#160; <a class="code" href="class_i_timeline_decoder.xhtml#afcec9ac4ebf3a53432bbd77a314b0667">RelationshipType</a> <a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml#a750aec9c695a1f1b45b0f95cdf66e8b2">m_RelationshipType</a>;</div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_relationship.xhtml#ab6b3b4830bf0417aa54e88663048075a"> 56</a></span>&#160; uint64_t <a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml#ab6b3b4830bf0417aa54e88663048075a">m_Guid</a>;</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_relationship.xhtml#a2abefbf4489623a5e972bd6c03f5f2a0"> 57</a></span>&#160; uint64_t <a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml#a2abefbf4489623a5e972bd6c03f5f2a0">m_HeadGuid</a>;</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="struct_i_timeline_decoder_1_1_relationship.xhtml#aaccf7d573b9dd5a5a71c03a976c2d0a7"> 58</a></span>&#160; uint64_t <a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml#aaccf7d573b9dd5a5a71c03a976c2d0a7">m_TailGuid</a>;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; };</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#ad6cb3f1b3c851eb673ba1b8ab6640e40">~ITimelineDecoder</a>() = <span class="keywordflow">default</span>;</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="class_i_timeline_decoder.xhtml#a39eef4619be7051ac1c62c71bdabd248">CreateEntity</a>(<span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_entity.xhtml">Entity</a>&amp;) = 0;</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="class_i_timeline_decoder.xhtml#a678c5d8abc10bc4b1936523483e8da8d">CreateEventClass</a>(<span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_event_class.xhtml">EventClass</a>&amp;) = 0;</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="class_i_timeline_decoder.xhtml#a83984ef549a8492f6711fd48c936b472">CreateEvent</a>(<span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_event.xhtml">Event</a>&amp;) = 0;</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="class_i_timeline_decoder.xhtml#adcad6f6c71d39d9b1b7863eb50804323">CreateLabel</a>(<span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_label.xhtml">Label</a>&amp;) = 0;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="class_i_timeline_decoder.xhtml#ae3dc53e6af44cab02cc709e03fbf171a">CreateRelationship</a>(<span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml">Relationship</a>&amp;) = 0;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;};</div><div class="ttc" id="struct_i_timeline_decoder_1_1_event_xhtml_ae4bcfd66826a2fffad9bfefd7cb356f9"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_event.xhtml#ae4bcfd66826a2fffad9bfefd7cb356f9">ITimelineDecoder::Event::m_ThreadId</a></div><div class="ttdeci">uint64_t m_ThreadId</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00044">ITimelineDecoder.hpp:44</a></div></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="class_i_timeline_decoder_xhtml_a7561a8de32d8a9ff3bfa7de7a89a590aa01c22cb6628ace016f56d9f9a2926c22"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590aa01c22cb6628ace016f56d9f9a2926c22">ITimelineDecoder::TimelineStatus::TimelineStatus_Success</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"><div class="ttname"><a href="class_i_timeline_decoder.xhtml">ITimelineDecoder</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00011">ITimelineDecoder.hpp:11</a></div></div>
+<div class="ttc" id="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="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="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="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_ab6b3b4830bf0417aa54e88663048075a"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_event.xhtml#ab6b3b4830bf0417aa54e88663048075a">ITimelineDecoder::Event::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#l00042">ITimelineDecoder.hpp:42</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="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="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="class_i_timeline_decoder_xhtml_ad6cb3f1b3c851eb673ba1b8ab6640e40"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#ad6cb3f1b3c851eb673ba1b8ab6640e40">ITimelineDecoder::~ITimelineDecoder</a></div><div class="ttdeci">virtual ~ITimelineDecoder()=default</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="class_i_timeline_decoder_xhtml_a7561a8de32d8a9ff3bfa7de7a89a590aa369a8f8f3bdedb1ae5445e8f52d06fa7"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590aa369a8f8f3bdedb1ae5445e8f52d06fa7">ITimelineDecoder::TimelineStatus::TimelineStatus_Fail</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="class_i_timeline_decoder_xhtml_a7561a8de32d8a9ff3bfa7de7a89a590a"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">ITimelineDecoder::TimelineStatus</a></div><div class="ttdeci">TimelineStatus</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00016">ITimelineDecoder.hpp:16</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_d44c64559bbebec7f509842c48db8b23.xhtml">include</a></li><li class="navelem"><a class="el" href="dir_2b72cc348e06937955e62ebdd8a13436.xhtml">armnn</a></li><li class="navelem"><a class="el" href="dir_c3e6814e1b6047b3d39c9e911c2f2a46.xhtml">profiling</a></li><li class="navelem"><a class="el" href="_i_timeline_decoder_8hpp.xhtml">ITimelineDecoder.hpp</a></li>
+ <li class="footer">Generated on Fri Mar 13 2020 16:09:08 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>