aboutsummaryrefslogtreecommitdiff
path: root/20.02/_file_only_profiling_decorator_tests_8cpp.xhtml
diff options
context:
space:
mode:
Diffstat (limited to '20.02/_file_only_profiling_decorator_tests_8cpp.xhtml')
-rw-r--r--20.02/_file_only_profiling_decorator_tests_8cpp.xhtml606
1 files changed, 606 insertions, 0 deletions
diff --git a/20.02/_file_only_profiling_decorator_tests_8cpp.xhtml b/20.02/_file_only_profiling_decorator_tests_8cpp.xhtml
new file mode 100644
index 0000000000..ffcf23e00f
--- /dev/null
+++ b/20.02/_file_only_profiling_decorator_tests_8cpp.xhtml
@@ -0,0 +1,606 @@
+<!-- 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/FileOnlyProfilingDecoratorTests.cpp File Reference</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('_file_only_profiling_decorator_tests_8cpp.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="summary">
+<a href="#func-members">Functions</a> &#124;
+<a href="#var-members">Variables</a> </div>
+ <div class="headertitle">
+<div class="title">FileOnlyProfilingDecoratorTests.cpp File Reference</div> </div>
+</div><!--header-->
+<div class="contents">
+<div class="textblock"><code>#include &quot;<a class="el" href="_file_only_profiling_connection_8hpp_source.xhtml">../FileOnlyProfilingConnection.hpp</a>&quot;</code><br />
+<code>#include &lt;<a class="el" href="_profiling_service_8hpp_source.xhtml">ProfilingService.hpp</a>&gt;</code><br />
+<code>#include &lt;<a class="el" href="_runtime_8hpp_source.xhtml">Runtime.hpp</a>&gt;</code><br />
+<code>#include &lt;<a class="el" href="_filesystem_8hpp_source.xhtml">Filesystem.hpp</a>&gt;</code><br />
+<code>#include &lt;<a class="el" href="_ignore_unused_8hpp_source.xhtml">armnn/utility/IgnoreUnused.hpp</a>&gt;</code><br />
+<code>#include &lt;boost/filesystem.hpp&gt;</code><br />
+<code>#include &lt;boost/numeric/conversion/cast.hpp&gt;</code><br />
+<code>#include &lt;boost/test/unit_test.hpp&gt;</code><br />
+<code>#include &lt;cstdio&gt;</code><br />
+<code>#include &lt;fstream&gt;</code><br />
+<code>#include &lt;sstream&gt;</code><br />
+<code>#include &lt;sys/stat.h&gt;</code><br />
+</div>
+<p><a href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">Go to the source code of this file.</a></p>
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
+Functions</h2></td></tr>
+<tr class="memitem:af4df85cbd8e6f68f189bc6a28fe3a00d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a5ff5630fd34b2ac9c090f05c010e6839">profilingService</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#af4df85cbd8e6f68f189bc6a28fe3a00d">ResetExternalProfilingOptions</a> (<a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a>, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a>)</td></tr>
+<tr class="separator:af4df85cbd8e6f68f189bc6a28fe3a00d"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:aa104b52a24929c46896b0f7df4cedab3"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a5ff5630fd34b2ac9c090f05c010e6839">profilingService</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#aa104b52a24929c46896b0f7df4cedab3">Update</a> ()</td></tr>
+<tr class="separator:aa104b52a24929c46896b0f7df4cedab3"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a0c262ba6f6c189a2d092d127c1b7627b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a0c262ba6f6c189a2d092d127c1b7627b">BOOST_CHECK</a> (profilingService.GetCurrentState()==ProfilingState::WaitingForAck)</td></tr>
+<tr class="separator:a0c262ba6f6c189a2d092d127c1b7627b"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:aeb41e29e05a71ba26a6fe5291477b4f9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#aeb41e29e05a71ba26a6fe5291477b4f9">while</a> (profilingService.GetCurrentState() !=ProfilingState::Active &amp;&amp;<a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#ae92a562353e3e0f6db4b9c6f4c573587">packetCount</a>&lt; 3)</td></tr>
+<tr class="separator:aeb41e29e05a71ba26a6fe5291477b4f9"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a65dcbdfabf451423547499c650422cd9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a65dcbdfabf451423547499c650422cd9">BOOST_CHECK</a> (boost::filesystem::exists(tempPath.c_str())==<a class="el" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a>)</td></tr>
+<tr class="separator:a65dcbdfabf451423547499c650422cd9"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a775e0c59b1d5cd30212c0333f46ab13c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a775e0c59b1d5cd30212c0333f46ab13c">BOOST_CHECK</a> (profilingService.IsCounterRegistered(0)==<a class="el" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a>)</td></tr>
+<tr class="separator:a775e0c59b1d5cd30212c0333f46ab13c"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:aff5f960f1b95a5cb9d64b3d53a7c6b93"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a5ff5630fd34b2ac9c090f05c010e6839">profilingService</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#aff5f960f1b95a5cb9d64b3d53a7c6b93">IncrementCounterValue</a> (0)</td></tr>
+<tr class="separator:aff5f960f1b95a5cb9d64b3d53a7c6b93"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:acf68708951c514dfff778a0bf2084e7b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#acf68708951c514dfff778a0bf2084e7b">BOOST_CHECK</a> (profilingService.GetCounterValue(0) &gt; 0)</td></tr>
+<tr class="separator:acf68708951c514dfff778a0bf2084e7b"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a9873e084badb22c4b5790529a9c7b704"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a07b3da250d2239acfc6005ff63f1625c">helper</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a9873e084badb22c4b5790529a9c7b704">WaitForPacketsSent</a> ()</td></tr>
+<tr class="separator:a9873e084badb22c4b5790529a9c7b704"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:af2942628ad8bb615f4062232103a6b79"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#af2942628ad8bb615f4062232103a6b79">BOOST_CHECK</a> (<a class="el" href="namespacearmnn_utils_1_1_filesystem.xhtml#a1c541d9c526205112781efcf3224f29c">armnnUtils::Filesystem::GetFileSize</a>(tempPath.string().c_str()) &gt; 0)</td></tr>
+<tr class="separator:af2942628ad8bb615f4062232103a6b79"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a8d7456367b1144ba3977085b07519b2d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a8d7456367b1144ba3977085b07519b2d">BOOST_CHECK</a> (<a class="el" href="namespacearmnn_utils_1_1_filesystem.xhtml#a7d64caad10c705910e723dd8920a9dba">armnnUtils::Filesystem::Remove</a>(tempPath.string().c_str()))</td></tr>
+<tr class="separator:a8d7456367b1144ba3977085b07519b2d"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table><table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
+Variables</h2></td></tr>
+<tr class="memitem:aea1c98db5f166be1d82cbabcbc4d8c12"><td class="memItemLeft" align="right" valign="top">boost::filesystem::path&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#aea1c98db5f166be1d82cbabcbc4d8c12">tempFile</a> = boost::filesystem::unique_path()</td></tr>
+<tr class="separator:aea1c98db5f166be1d82cbabcbc4d8c12"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a1b7be354d3c06a46dc247e0e3341198d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a1b7be354d3c06a46dc247e0e3341198d">tempPath</a> = tempPath / <a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#aea1c98db5f166be1d82cbabcbc4d8c12">tempFile</a></td></tr>
+<tr class="separator:a1b7be354d3c06a46dc247e0e3341198d"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a6560146509197f3e197d8d36f76c1347"><td class="memItemLeft" align="right" valign="top">armnn::Runtime::CreationOptions::ExternalProfilingOptions&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a></td></tr>
+<tr class="separator:a6560146509197f3e197d8d36f76c1347"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:affc4c5e8c0f3e0fac268deec9b481941"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#affc4c5e8c0f3e0fac268deec9b481941">m_EnableProfiling</a> = <a class="el" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a></td></tr>
+<tr class="separator:affc4c5e8c0f3e0fac268deec9b481941"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a73b5da4091289681d269007956523e9a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a73b5da4091289681d269007956523e9a">m_FileOnly</a> = <a class="el" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a></td></tr>
+<tr class="separator:a73b5da4091289681d269007956523e9a"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:af38445f045fb017409cb3e54916b49ac"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#af38445f045fb017409cb3e54916b49ac">m_IncomingCaptureFile</a> = &quot;&quot;</td></tr>
+<tr class="separator:af38445f045fb017409cb3e54916b49ac"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a1650fc89b05bd1d5aaa8d42eb11fb337"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a1650fc89b05bd1d5aaa8d42eb11fb337">m_OutgoingCaptureFile</a> = tempPath.string()</td></tr>
+<tr class="separator:a1650fc89b05bd1d5aaa8d42eb11fb337"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a9a702f9af6f619f04b6accd536581917"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a9a702f9af6f619f04b6accd536581917">m_CapturePeriod</a> = 100</td></tr>
+<tr class="separator:a9a702f9af6f619f04b6accd536581917"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a07b3da250d2239acfc6005ff63f1625c"><td class="memItemLeft" align="right" valign="top">FileOnlyHelperService&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a07b3da250d2239acfc6005ff63f1625c">helper</a></td></tr>
+<tr class="separator:a07b3da250d2239acfc6005ff63f1625c"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a5ff5630fd34b2ac9c090f05c010e6839"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classarmnn_1_1profiling_1_1_profiling_service.xhtml">ProfilingService</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a5ff5630fd34b2ac9c090f05c010e6839">profilingService</a> = ProfilingService::Instance()</td></tr>
+<tr class="separator:a5ff5630fd34b2ac9c090f05c010e6839"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:ae92a562353e3e0f6db4b9c6f4c573587"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#ae92a562353e3e0f6db4b9c6f4c573587">packetCount</a> = 0</td></tr>
+<tr class="separator:ae92a562353e3e0f6db4b9c6f4c573587"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+<h2 class="groupheader">Function Documentation</h2>
+<a id="a0c262ba6f6c189a2d092d127c1b7627b"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a0c262ba6f6c189a2d092d127c1b7627b">&#9670;&nbsp;</a></span>BOOST_CHECK() <span class="overload">[1/6]</span></h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">BOOST_CHECK </td>
+ <td>(</td>
+ <td class="paramtype">profilingService.&#160;</td>
+ <td class="paramname"><em>GetCurrentState</em>() = <code>=ProfilingState::WaitingForAck</code></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="reference">Referenced by <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00087">ArgMinMaxInferOutputShape1dTest()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00068">ArgMinMaxInferOutputShape2dTest()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00049">ArgMinMaxInferOutputShape3dTest()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00030">ArgMinMaxInferOutputShape4dTest()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00106">BatchToSpaceInferOutputShapeTest()</a>, <a class="el" href="_end_to_end_test_8cpp_source.xhtml#l00017">BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_quantizer_test_8cpp_source.xhtml#l00345">armnn::BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_csv_reader_test_8cpp_source.xhtml#l00083">BOOST_FIXTURE_TEST_CASE()</a>, <a class="el" href="_test_layer_visitor_8cpp_source.xhtml#l00033">TestLayerVisitor::CheckConstTensors()</a>, <a class="el" href="_const_tensor_layer_visitor_8cpp_source.xhtml#l00014">TestConvolution2dLayerVisitor::CheckDescriptor()</a>, <a class="el" href="_const_tensor_layer_visitor_8cpp_source.xhtml#l00026">TestDepthwiseConvolution2dLayerVisitor::CheckDescriptor()</a>, <a class="el" href="_const_tensor_layer_visitor_8cpp_source.xhtml#l00039">TestFullyConnectedLayerVistor::CheckDescriptor()</a>, <a class="el" href="_const_tensor_layer_visitor_8cpp_source.xhtml#l00045">TestBatchNormalizationLayerVisitor::CheckDescriptor()</a>, <a class="el" href="_const_tensor_layer_visitor_8cpp_source.xhtml#l00051">TestLstmLayerVisitor::CheckDescriptor()</a>, <a class="el" href="_test_layer_visitor_8cpp_source.xhtml#l00012">TestLayerVisitor::CheckLayerName()</a>, <a class="el" href="_test_layer_visitor_8cpp_source.xhtml#l00028">TestLayerVisitor::CheckLayerPointer()</a>, <a class="el" href="_test_layer_visitor_8cpp_source.xhtml#l00051">TestLayerVisitor::CheckOptionalConstTensors()</a>, <a class="el" href="_parser_flatbuffers_fixture_8hpp_source.xhtml#l00193">ParserFlatbuffersFixture::CheckTensors()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00436">Convolution2dInferOutputShapeTest()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00500">DepthwiseConvolution2dInferOutputShapeTest()</a>, <a class="el" href="_dynamic_backend_tests_8hpp_source.xhtml#l00108">GetBasePath()</a>, <a class="el" href="_json_printer_test_impl_8cpp_source.xhtml#l00120">GetSoftmaxProfilerJson()</a>, <a class="el" href="_dynamic_backend_tests_8hpp_source.xhtml#l00152">GetTestFilePath()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00199">PreluInferOutputShapeAlphaBiggerTest()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00179">PreluInferOutputShapeInputBiggerTest()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00219">PreluInferOutputShapeNoMatchTest()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00159">PreluInferOutputShapeSameDimsTest()</a>, <a class="el" href="_quantized_lstm_end_to_end_test_impl_8cpp_source.xhtml#l00179">QuantizedLstmEndToEnd()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00542">QuantizedLstmInferOutputShapeTest()</a>, <a class="el" href="_json_printer_test_impl_8cpp_source.xhtml#l00245">RunSoftmaxProfilerJsonPrinterTest()</a>, <a class="el" href="_timeline_tests_8cpp_source.xhtml#l00023">SendTimelinePacketToCommandHandler()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00129">SpaceToDepthInferOutputShapeTest()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00292">StackInferOutputShapeFromInputsMatchTest()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00322">StackInferOutputShapeFromInputsNoMatchTest()</a>, <a class="el" href="_profiling_tests_8cpp_source.xhtml#l02006">StringToSwTraceStringTestHelper()</a>, <a class="el" href="_profiling_tests_8hpp_source.xhtml#l00207">SwapProfilingConnectionFactoryHelper::SwapProfilingConnectionFactoryHelper()</a>, <a class="el" href="_infer_output_tests_8hpp_source.xhtml#l00469">TransposeConvolution2dInferOutputShapeTest()</a>, <a class="el" href="_json_printer_test_impl_8cpp_source.xhtml#l00202">ValidateProfilerJson()</a>, <a class="el" href="_profiling_test_utils_8cpp_source.xhtml#l00290">VerifyPostOptimisationStructureTestImpl()</a>, <a class="el" href="_profiling_test_utils_8cpp_source.xhtml#l00201">VerifyTimelineEntityBinaryPacketData()</a>, <a class="el" href="_profiling_test_utils_8cpp_source.xhtml#l00232">VerifyTimelineEventBinaryPacket()</a>, <a class="el" href="_profiling_test_utils_8cpp_source.xhtml#l00097">VerifyTimelineEventClassBinaryPacketData()</a>, <a class="el" href="_profiling_test_utils_8cpp_source.xhtml#l00028">VerifyTimelineHeaderBinary()</a>, <a class="el" href="_profiling_test_utils_8cpp_source.xhtml#l00056">VerifyTimelineLabelBinaryPacketData()</a>, <a class="el" href="_profiling_test_utils_8cpp_source.xhtml#l00120">VerifyTimelineRelationshipBinaryPacketData()</a>, <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00069">while()</a>, and <a class="el" href="_profiling_tests_8hpp_source.xhtml#l00218">SwapProfilingConnectionFactoryHelper::~SwapProfilingConnectionFactoryHelper()</a>.</p>
+
+</div>
+</div>
+<a id="a65dcbdfabf451423547499c650422cd9"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a65dcbdfabf451423547499c650422cd9">&#9670;&nbsp;</a></span>BOOST_CHECK() <span class="overload">[2/6]</span></h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">BOOST_CHECK </td>
+ <td>(</td>
+ <td class="paramtype">boost::filesystem::exists(tempPath.c_str())&#160;</td>
+ <td class="paramname"> = <code>=<a class="el" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a></code></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+</div>
+</div>
+<a id="a775e0c59b1d5cd30212c0333f46ab13c"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a775e0c59b1d5cd30212c0333f46ab13c">&#9670;&nbsp;</a></span>BOOST_CHECK() <span class="overload">[3/6]</span></h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">BOOST_CHECK </td>
+ <td>(</td>
+ <td class="paramtype">profilingService.&#160;</td>
+ <td class="paramname"><em>IsCounterRegistered</em>0 = <code>=<a class="el" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a></code></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+</div>
+</div>
+<a id="acf68708951c514dfff778a0bf2084e7b"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#acf68708951c514dfff778a0bf2084e7b">&#9670;&nbsp;</a></span>BOOST_CHECK() <span class="overload">[4/6]</span></h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">BOOST_CHECK </td>
+ <td>(</td>
+ <td class="paramtype">profilingService.&#160;</td>
+ <td class="paramname"><em>GetCounterValue</em>0, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">0&#160;</td>
+ <td class="paramname">&#160;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+</div>
+</div>
+<a id="af2942628ad8bb615f4062232103a6b79"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#af2942628ad8bb615f4062232103a6b79">&#9670;&nbsp;</a></span>BOOST_CHECK() <span class="overload">[5/6]</span></h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">BOOST_CHECK </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="namespacearmnn_utils_1_1_filesystem.xhtml#a1c541d9c526205112781efcf3224f29c">armnnUtils::Filesystem::GetFileSize</a>(tempPath.string().c_str())&#160;</td>
+ <td class="paramname">, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">0&#160;</td>
+ <td class="paramname">&#160;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+</div>
+</div>
+<a id="a8d7456367b1144ba3977085b07519b2d"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a8d7456367b1144ba3977085b07519b2d">&#9670;&nbsp;</a></span>BOOST_CHECK() <span class="overload">[6/6]</span></h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">BOOST_CHECK </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="namespacearmnn_utils_1_1_filesystem.xhtml#a7d64caad10c705910e723dd8920a9dba">armnnUtils::Filesystem::Remove</a>(tempPath.string().c_str())&#160;</td>
+ <td class="paramname"></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+</div>
+</div>
+<a id="aff5f960f1b95a5cb9d64b3d53a7c6b93"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#aff5f960f1b95a5cb9d64b3d53a7c6b93">&#9670;&nbsp;</a></span>IncrementCounterValue()</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a5ff5630fd34b2ac9c090f05c010e6839">profilingService</a> IncrementCounterValue </td>
+ <td>(</td>
+ <td class="paramtype">0&#160;</td>
+ <td class="paramname"></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="reference">Referenced by <a class="el" href="_i_counter_values_8hpp_source.xhtml#l00029">IWriteCounterValues::~IWriteCounterValues()</a>.</p>
+
+</div>
+</div>
+<a id="af4df85cbd8e6f68f189bc6a28fe3a00d"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#af4df85cbd8e6f68f189bc6a28fe3a00d">&#9670;&nbsp;</a></span>ResetExternalProfilingOptions()</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a5ff5630fd34b2ac9c090f05c010e6839">profilingService</a> ResetExternalProfilingOptions </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a>&#160;</td>
+ <td class="paramname">, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a>&#160;</td>
+ <td class="paramname">&#160;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+</div>
+</div>
+<a id="aa104b52a24929c46896b0f7df4cedab3"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#aa104b52a24929c46896b0f7df4cedab3">&#9670;&nbsp;</a></span>Update()</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a5ff5630fd34b2ac9c090f05c010e6839">profilingService</a> Update </td>
+ <td>(</td>
+ <td class="paramname"></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+</div>
+</div>
+<a id="a9873e084badb22c4b5790529a9c7b704"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a9873e084badb22c4b5790529a9c7b704">&#9670;&nbsp;</a></span>WaitForPacketsSent()</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a07b3da250d2239acfc6005ff63f1625c">helper</a> WaitForPacketsSent </td>
+ <td>(</td>
+ <td class="paramname"></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+</div>
+</div>
+<a id="aeb41e29e05a71ba26a6fe5291477b4f9"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#aeb41e29e05a71ba26a6fe5291477b4f9">&#9670;&nbsp;</a></span>while()</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">while </td>
+ <td>(</td>
+ <td class="paramname"></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00069">69</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+<p class="reference">References <a class="el" href="namespacearmnn_1_1profiling.xhtml#acb0c054138599582d5a5f537e9798806a4d3d769b812b6faa6b76e1a8abaece2d">armnn::profiling::Active</a>, <a class="el" href="_profiler_tests_8cpp.xhtml#af7f71af5c6c124222dd1c42c5df892f4">BOOST_AUTO_TEST_SUITE_END()</a>, <a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a0c262ba6f6c189a2d092d127c1b7627b">BOOST_CHECK()</a>, <a class="el" href="_profiling_service_8cpp_source.xhtml#l00224">ProfilingService::GetCounterValue()</a>, <a class="el" href="_profiling_service_8cpp_source.xhtml#l00209">ProfilingService::GetCurrentState()</a>, <a class="el" href="_filesystem_8cpp_source.xhtml#l00021">armnnUtils::Filesystem::GetFileSize()</a>, <a class="el" href="_profiling_service_8cpp_source.xhtml#l00278">ProfilingService::IncrementCounterValue()</a>, <a class="el" href="_profiling_service_8cpp_source.xhtml#l00219">ProfilingService::IsCounterRegistered()</a>, <a class="el" href="_filesystem_8cpp_source.xhtml#l00047">armnnUtils::Filesystem::Remove()</a>, and <a class="el" href="_profiling_service_8cpp_source.xhtml#l00020">ProfilingService::ResetExternalProfilingOptions()</a>.</p>
+<div class="fragment"><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; {</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keywordflow">if</span>(!<a class="code" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a07b3da250d2239acfc6005ff63f1625c">helper</a>.WaitForPacketsSent())</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; BOOST_FAIL(<span class="stringliteral">&quot;Timeout waiting for packets&quot;</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; <a class="code" href="_file_only_profiling_decorator_tests_8cpp.xhtml#ae92a562353e3e0f6db4b9c6f4c573587">packetCount</a>++;</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; }</div><div class="ttc" id="_file_only_profiling_decorator_tests_8cpp_xhtml_ae92a562353e3e0f6db4b9c6f4c573587"><div class="ttname"><a href="_file_only_profiling_decorator_tests_8cpp.xhtml#ae92a562353e3e0f6db4b9c6f4c573587">packetCount</a></div><div class="ttdeci">uint32_t packetCount</div><div class="ttdef"><b>Definition:</b> <a href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00068">FileOnlyProfilingDecoratorTests.cpp:68</a></div></div>
+<div class="ttc" id="_file_only_profiling_decorator_tests_8cpp_xhtml_a07b3da250d2239acfc6005ff63f1625c"><div class="ttname"><a href="_file_only_profiling_decorator_tests_8cpp.xhtml#a07b3da250d2239acfc6005ff63f1625c">helper</a></div><div class="ttdeci">FileOnlyHelperService helper</div><div class="ttdef"><b>Definition:</b> <a href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00052">FileOnlyProfilingDecoratorTests.cpp:52</a></div></div>
+</div><!-- fragment -->
+</div>
+</div>
+<h2 class="groupheader">Variable Documentation</h2>
+<a id="a07b3da250d2239acfc6005ff63f1625c"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a07b3da250d2239acfc6005ff63f1625c">&#9670;&nbsp;</a></span>helper</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">FileOnlyHelperService helper</td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00052">52</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+<p class="reference">Referenced by <a class="el" href="_backend_registry_tests_8cpp_source.xhtml#l00037">BOOST_AUTO_TEST_CASE()</a>.</p>
+
+</div>
+</div>
+<a id="a9a702f9af6f619f04b6accd536581917"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a9a702f9af6f619f04b6accd536581917">&#9670;&nbsp;</a></span>m_CapturePeriod</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a> m_CapturePeriod = 100</td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00050">50</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+<p class="reference">Referenced by <a class="el" href="_mock_backend_8hpp_source.xhtml#l00063">MockBackendProfilingContext::ActivateCounters()</a>, <a class="el" href="_mock_backend_8hpp_source.xhtml#l00091">MockBackendProfilingContext::EnableProfiling()</a>, and <a class="el" href="_mock_backend_8hpp_source.xhtml#l00078">MockBackendProfilingContext::ReportCounterValues()</a>.</p>
+
+</div>
+</div>
+<a id="affc4c5e8c0f3e0fac268deec9b481941"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#affc4c5e8c0f3e0fac268deec9b481941">&#9670;&nbsp;</a></span>m_EnableProfiling</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a> m_EnableProfiling = <a class="el" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00046">46</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+<p class="reference">Referenced by <a class="el" href="_inference_model_8hpp_source.xhtml#l00550">InferenceModel&lt; IParser, TDataType &gt;::GetAllQuantizationParams()</a>, <a class="el" href="_inference_model_8hpp_source.xhtml#l00371">InferenceModel&lt; IParser, TDataType &gt;::InferenceModel()</a>, and <a class="el" href="_inference_model_8hpp_source.xhtml#l00461">InferenceModel&lt; IParser, TDataType &gt;::Run()</a>.</p>
+
+</div>
+</div>
+<a id="a73b5da4091289681d269007956523e9a"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a73b5da4091289681d269007956523e9a">&#9670;&nbsp;</a></span>m_FileOnly</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a> m_FileOnly = <a class="el" href="_ref_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00047">47</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+</div>
+</div>
+<a id="af38445f045fb017409cb3e54916b49ac"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#af38445f045fb017409cb3e54916b49ac">&#9670;&nbsp;</a></span>m_IncomingCaptureFile</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a> m_IncomingCaptureFile = &quot;&quot;</td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00048">48</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+</div>
+</div>
+<a id="a1650fc89b05bd1d5aaa8d42eb11fb337"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a1650fc89b05bd1d5aaa8d42eb11fb337">&#9670;&nbsp;</a></span>m_OutgoingCaptureFile</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#a6560146509197f3e197d8d36f76c1347">options</a> m_OutgoingCaptureFile = tempPath.string()</td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00049">49</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+</div>
+</div>
+<a id="a6560146509197f3e197d8d36f76c1347"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a6560146509197f3e197d8d36f76c1347">&#9670;&nbsp;</a></span>options</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">armnn::Runtime::CreationOptions::ExternalProfilingOptions options</td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00045">45</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+<p class="reference">Referenced by <a class="el" href="_end_to_end_test_8cpp_source.xhtml#l00017">BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_quantizer_test_8cpp_source.xhtml#l00225">armnn::BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_inference_model_8hpp_source.xhtml#l00116">CreateNetworkImpl&lt; IParser &gt;::Create()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.xhtml#l00605">TfLiteParser::CreateNetworkFromBinary()</a>, <a class="el" href="_runtime_8hpp_source.xhtml#l00063">Runtime::GetDeviceSpec()</a>, <a class="el" href="_profiling_connection_factory_8cpp_source.xhtml#l00018">ProfilingConnectionFactory::GetProfilingConnection()</a>, <a class="el" href="_json_printer_test_impl_8cpp_source.xhtml#l00120">GetSoftmaxProfilerJson()</a>, <a class="el" href="_inference_model_8hpp_source.xhtml#l00371">InferenceModel&lt; IParser, TDataType &gt;::InferenceModel()</a>, <a class="el" href="_profiling_service_8hpp_source.xhtml#l00052">ProfilingService::Instance()</a>, <a class="el" href="_execute_network_8cpp_source.xhtml#l00009">main()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.xhtml#l01898">TfLiteParser::OutputShapeOfReshape()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.xhtml#l01463">TfLiteParser::OutputShapeOfSqueeze()</a>, <a class="el" href="_parser_flatbuffers_fixture_8hpp_source.xhtml#l00039">ParserFlatbuffersFixture::ParserFlatbuffersFixture()</a>, <a class="el" href="_quantizer_test_8cpp_source.xhtml#l02926">armnn::PreserveTypeTestImpl()</a>, <a class="el" href="_quantized_lstm_end_to_end_test_impl_8cpp_source.xhtml#l00179">QuantizedLstmEndToEnd()</a>, <a class="el" href="_network_quantizer_8cpp_source.xhtml#l00060">NetworkQuantizer::Refine()</a>, <a class="el" href="_profiling_service_8cpp_source.xhtml#l00020">ProfilingService::ResetExternalProfilingOptions()</a>, <a class="el" href="_quantizer_test_8cpp_source.xhtml#l01155">armnn::TestQuantizeConvolution2d()</a>, <a class="el" href="_quantizer_test_8cpp_source.xhtml#l01241">armnn::TestQuantizeDepthwiseConvolution2d()</a>, <a class="el" href="_quantizer_test_8cpp_source.xhtml#l02597">armnn::TestQuantizeTransposeConvolution2d()</a>, <a class="el" href="_quantizer_test_8cpp_source.xhtml#l01098">armnn::ValidateFullyConnectedLayer()</a>, <a class="el" href="_profiling_test_utils_8cpp_source.xhtml#l00290">VerifyPostOptimisationStructureTestImpl()</a>, <a class="el" href="_quantizer_test_8cpp_source.xhtml#l00191">armnn::VisitLayersTopologically()</a>, <a class="el" href="_inference_test_8hpp_source.xhtml#l00084">IInferenceTestCase::~IInferenceTestCase()</a>, and <a class="el" href="_i_profiling_connection_factory_8hpp_source.xhtml#l00026">IProfilingConnectionFactory::~IProfilingConnectionFactory()</a>.</p>
+
+</div>
+</div>
+<a id="ae92a562353e3e0f6db4b9c6f4c573587"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#ae92a562353e3e0f6db4b9c6f4c573587">&#9670;&nbsp;</a></span>packetCount</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">uint32_t packetCount = 0</td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00068">68</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+<p class="reference">Referenced by <a class="el" href="_profiling_tests_8hpp_source.xhtml#l00238">SwapProfilingConnectionFactoryHelper::WaitForPacketsSent()</a>.</p>
+
+</div>
+</div>
+<a id="a5ff5630fd34b2ac9c090f05c010e6839"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a5ff5630fd34b2ac9c090f05c010e6839">&#9670;&nbsp;</a></span>profilingService</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="classarmnn_1_1profiling_1_1_profiling_service.xhtml">ProfilingService</a>&amp; profilingService = ProfilingService::Instance()</td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00055">55</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+<p class="reference">Referenced by <a class="el" href="_backend_profiling_tests_8cpp_source.xhtml#l00112">BOOST_AUTO_TEST_CASE()</a>, and <a class="el" href="_profiling_test_utils_8cpp_source.xhtml#l00290">VerifyPostOptimisationStructureTestImpl()</a>.</p>
+
+</div>
+</div>
+<a id="aea1c98db5f166be1d82cbabcbc4d8c12"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#aea1c98db5f166be1d82cbabcbc4d8c12">&#9670;&nbsp;</a></span>tempFile</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">boost::filesystem::path tempFile = boost::filesystem::unique_path()</td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00043">43</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+</div>
+</div>
+<a id="a1b7be354d3c06a46dc247e0e3341198d"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a1b7be354d3c06a46dc247e0e3341198d">&#9670;&nbsp;</a></span>tempPath</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">tempPath = tempPath / <a class="el" href="_file_only_profiling_decorator_tests_8cpp.xhtml#aea1c98db5f166be1d82cbabcbc4d8c12">tempFile</a></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+
+<p class="definition">Definition at line <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml#l00044">44</a> of file <a class="el" href="_file_only_profiling_decorator_tests_8cpp_source.xhtml">FileOnlyProfilingDecoratorTests.cpp</a>.</p>
+
+</div>
+</div>
+</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="_file_only_profiling_decorator_tests_8cpp.xhtml">FileOnlyProfilingDecoratorTests.cpp</a></li>
+ <li class="footer">Generated on Fri Mar 13 2020 16:09:15 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>