arm_compute v18.05
[platform/upstream/armcl.git] / documentation / _scheduler_timer_8h_source.xhtml
index 6e79002..4ebf455 100644 (file)
@@ -40,7 +40,7 @@
  <tr style="height: 56px;">
   <td style="padding-left: 0.5em;">
    <div id="projectname">Compute Library
-   &#160;<span id="projectnumber">18.02</span>
+   &#160;<span id="projectnumber">18.05</span>
    </div>
   </td>
  </tr>
@@ -117,30 +117,33 @@ $(document).ready(function(){initNavTree('_scheduler_timer_8h_source.xhtml','');
 <div class="title">SchedulerTimer.h</div>  </div>
 </div><!--header-->
 <div class="contents">
-<a href="_scheduler_timer_8h.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 (c) 2017-2018 ARM Limited.</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a copy</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * of this software and associated documentation files (the &quot;Software&quot;), to</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * deal in the Software without restriction, including without limitation the</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * sell copies of the Software, and to permit persons to whom the Software is</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * furnished to do so, subject to the following conditions:</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * The above copyright notice and this permission notice shall be included in all</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * copies or substantial portions of the Software.</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * SOFTWARE.</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#ifndef ARM_COMPUTE_TEST_SCHEDULER_TIMER</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#define ARM_COMPUTE_TEST_SCHEDULER_TIMER</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_instrument_8h.xhtml">Instrument.h</a>&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_scheduler_8h.xhtml">arm_compute/runtime/Scheduler.h</a>&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &lt;list&gt;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearm__compute.xhtml">arm_compute</a></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;{</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">namespace </span>test</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;{</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="keyword">namespace </span>framework</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;{</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">   38</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">SchedulerTimer</a> : <span class="keyword">public</span> <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml">Instrument</a></div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;{</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#ad20c4027c4914e731aef370807ca8987">SchedulerTimer</a>(<span class="keyword">const</span> <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">SchedulerTimer</a> &amp;) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">SchedulerTimer</a> &amp;<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a6f65f4cabbf698d28ab82bb4fc2a43f0">operator=</a>(<span class="keyword">const</span> <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">SchedulerTimer</a> &amp;) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;    <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#ad20c4027c4914e731aef370807ca8987">SchedulerTimer</a>(<a class="code" href="namespacearm__compute_1_1test_1_1framework.xhtml#a3a01a70ad3a22d8b80c413e8a5977100">ScaleFactor</a> scale_factor);</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;    std::string                 <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a501ef37fef441a0a6a8ea8b8e30a7181">id</a>() <span class="keyword">const override</span>;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;    <span class="keywordtype">void</span>                        <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">start</a>() <span class="keyword">override</span>;</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;    <span class="keywordtype">void</span>                        <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#ab3536e22848ce87b16a9b96d6d824d45">stop</a>() <span class="keyword">override</span>;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#afc7df496e6026b91c3f48da6821c86a9">Instrument::MeasurementsMap</a> <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a73cabccc9d4406bf48f1db033dc35005">measurements</a>() <span class="keyword">const override</span>;</div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml">   48</a></span>&#160;    <span class="keyword">struct </span><a class="code" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml">kernel_info</a></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;    {</div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a5f061b503cb1681c0b047c04d645e24e">   50</a></span>&#160;        <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#afc7df496e6026b91c3f48da6821c86a9">Instrument::MeasurementsMap</a> measurements{}; </div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a9b45b3e13bd9167aab02e17e08916231">   51</a></span>&#160;        std::string                 <a class="code" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a9b45b3e13bd9167aab02e17e08916231">name</a>{};         </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">   53</span>&#160;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;    std::list&lt;kernel_info&gt; _kernels;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;    <a class="code" href="classarm__compute_1_1_i_scheduler.xhtml">IScheduler</a>            *_real_scheduler;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;    <a class="code" href="classarm__compute_1_1_scheduler.xhtml#a1d1cfd8ffb84e947f82999c682b666a7">Scheduler::Type</a>        _real_scheduler_type;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;    <a class="code" href="namespacearm__compute_1_1test_1_1framework.xhtml#a3a01a70ad3a22d8b80c413e8a5977100">ScaleFactor</a>            _scale_factor;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;};</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;} <span class="comment">// namespace framework</span></div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;} <span class="comment">// namespace test</span></div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;} <span class="comment">// namespace arm_compute</span></div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* ARM_COMPUTE_TEST_SCHEDULER_TIMER */</span><span class="preprocessor"></span></div><div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_a73cabccc9d4406bf48f1db033dc35005"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a73cabccc9d4406bf48f1db033dc35005">arm_compute::test::framework::SchedulerTimer::measurements</a></div><div class="ttdeci">Instrument::MeasurementsMap measurements() const override</div><div class="ttdoc">Return the latest measurement. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8cpp_source.xhtml#l00103">SchedulerTimer.cpp:103</a></div></div>
-<div class="ttc" id="classarm__compute_1_1_scheduler_xhtml_a1d1cfd8ffb84e947f82999c682b666a7"><div class="ttname"><a href="classarm__compute_1_1_scheduler.xhtml#a1d1cfd8ffb84e947f82999c682b666a7">arm_compute::Scheduler::Type</a></div><div class="ttdeci">Type</div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_8h_source.xhtml#l00036">Scheduler.h:36</a></div></div>
-<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_a5d5d9ebd12cd3a7d268bc98a3fc7bf97"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">arm_compute::test::framework::SchedulerTimer::start</a></div><div class="ttdeci">void start() override</div><div class="ttdoc">Start measuring. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8cpp_source.xhtml#l00082">SchedulerTimer.cpp:82</a></div></div>
-<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_a6f65f4cabbf698d28ab82bb4fc2a43f0"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a6f65f4cabbf698d28ab82bb4fc2a43f0">arm_compute::test::framework::SchedulerTimer::operator=</a></div><div class="ttdeci">SchedulerTimer &amp; operator=(const SchedulerTimer &amp;)=delete</div></div>
+<a href="_scheduler_timer_8h.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 (c) 2017-2018 ARM Limited.</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a copy</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * of this software and associated documentation files (the &quot;Software&quot;), to</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * deal in the Software without restriction, including without limitation the</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * sell copies of the Software, and to permit persons to whom the Software is</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * furnished to do so, subject to the following conditions:</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * The above copyright notice and this permission notice shall be included in all</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * copies or substantial portions of the Software.</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * SOFTWARE.</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#ifndef ARM_COMPUTE_TEST_SCHEDULER_TIMER</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#define ARM_COMPUTE_TEST_SCHEDULER_TIMER</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_instrument_8h.xhtml">Instrument.h</a>&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_workload_8h.xhtml">arm_compute/graph/Workload.h</a>&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_scheduler_8h.xhtml">arm_compute/runtime/Scheduler.h</a>&quot;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#include &lt;list&gt;</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearm__compute.xhtml">arm_compute</a></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;{</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="keyword">namespace </span>test</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">   37</span>&#160;<span class="keyword">namespace </span>framework</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;{</div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">   40</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">SchedulerTimer</a> : <span class="keyword">public</span> <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml">Instrument</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">   42</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a815af174fc6a8042c65644687b7d3338">SchedulerTimer</a>(<a class="code" href="namespacearm__compute_1_1test_1_1framework.xhtml#a3a01a70ad3a22d8b80c413e8a5977100">ScaleFactor</a> scale_factor);</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;    <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a815af174fc6a8042c65644687b7d3338">SchedulerTimer</a>(<span class="keyword">const</span> <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">SchedulerTimer</a> &amp;) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;    <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">SchedulerTimer</a> &amp;<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a6f65f4cabbf698d28ab82bb4fc2a43f0">operator=</a>(<span class="keyword">const</span> <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">SchedulerTimer</a> &amp;) = <span class="keyword">delete</span>;</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;    std::string                 <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a501ef37fef441a0a6a8ea8b8e30a7181">id</a>() <span class="keyword">const override</span>;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;    <span class="keywordtype">void</span>                        <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#ad94b6b2e29abc159c9624278938badb3">test_start</a>() <span class="keyword">override</span>;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;    <span class="keywordtype">void</span>                        <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">start</a>() <span class="keyword">override</span>;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;    <span class="keywordtype">void</span>                        <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a84eed1102b2ad191e3659dd7c49705bc">test_stop</a>() <span class="keyword">override</span>;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;    <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#afc7df496e6026b91c3f48da6821c86a9">Instrument::MeasurementsMap</a> <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a73cabccc9d4406bf48f1db033dc35005">measurements</a>() <span class="keyword">const override</span>;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml">   61</a></span>&#160;    <span class="keyword">struct </span><a class="code" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml">kernel_info</a></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"><a class="line" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a5f061b503cb1681c0b047c04d645e24e">   63</a></span>&#160;        <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#afc7df496e6026b91c3f48da6821c86a9">Instrument::MeasurementsMap</a> measurements{}; </div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a9b45b3e13bd9167aab02e17e08916231">   64</a></span>&#160;        std::string                 <a class="code" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a9b45b3e13bd9167aab02e17e08916231">name</a>{};         </div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a78fb15511f687fe7fdb8e3ba9613648b">   65</a></span>&#160;        std::string                 <a class="code" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a78fb15511f687fe7fdb8e3ba9613648b">prefix</a>{};       </div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    };</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    std::list&lt;kernel_info&gt;                       _kernels;</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;    <a class="code" href="classarm__compute_1_1_i_scheduler.xhtml">IScheduler</a>                                  *_real_scheduler;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;    <a class="code" href="classarm__compute_1_1_scheduler.xhtml#a1d1cfd8ffb84e947f82999c682b666a7">Scheduler::Type</a>                              _real_scheduler_type;</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;    std::function&lt;decltype(graph::execute_task)&gt; _real_graph_function;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;    <a class="code" href="namespacearm__compute_1_1test_1_1framework.xhtml#a3a01a70ad3a22d8b80c413e8a5977100">ScaleFactor</a>                                  _scale_factor;</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;    std::shared_ptr&lt;IScheduler&gt;                  _interceptor;</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;};</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;} <span class="comment">// namespace framework</span></div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;} <span class="comment">// namespace test</span></div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;} <span class="comment">// namespace arm_compute</span></div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* ARM_COMPUTE_TEST_SCHEDULER_TIMER */</span><span class="preprocessor"></span></div><div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_a73cabccc9d4406bf48f1db033dc35005"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a73cabccc9d4406bf48f1db033dc35005">arm_compute::test::framework::SchedulerTimer::measurements</a></div><div class="ttdeci">Instrument::MeasurementsMap measurements() const override</div><div class="ttdoc">Return the latest measurements. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8cpp_source.xhtml#l00147">SchedulerTimer.cpp:147</a></div></div>
+<div class="ttc" id="classarm__compute_1_1_scheduler_xhtml_a1d1cfd8ffb84e947f82999c682b666a7"><div class="ttname"><a href="classarm__compute_1_1_scheduler.xhtml#a1d1cfd8ffb84e947f82999c682b666a7">arm_compute::Scheduler::Type</a></div><div class="ttdeci">Type</div><div class="ttdoc">Scheduler type. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_8h_source.xhtml#l00037">Scheduler.h:37</a></div></div>
+<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_a5d5d9ebd12cd3a7d268bc98a3fc7bf97"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">arm_compute::test::framework::SchedulerTimer::start</a></div><div class="ttdeci">void start() override</div><div class="ttdoc">Start measuring. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8cpp_source.xhtml#l00132">SchedulerTimer.cpp:132</a></div></div>
+<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_a6f65f4cabbf698d28ab82bb4fc2a43f0"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a6f65f4cabbf698d28ab82bb4fc2a43f0">arm_compute::test::framework::SchedulerTimer::operator=</a></div><div class="ttdeci">SchedulerTimer &amp; operator=(const SchedulerTimer &amp;)=delete</div><div class="ttdoc">Prevent instances of this class from being copied. </div></div>
 <div class="ttc" id="classarm__compute_1_1_i_scheduler_xhtml"><div class="ttname"><a href="classarm__compute_1_1_i_scheduler.xhtml">arm_compute::IScheduler</a></div><div class="ttdoc">Scheduler interface to run kernels. </div><div class="ttdef"><b>Definition:</b> <a href="_i_scheduler_8h_source.xhtml#l00034">IScheduler.h:34</a></div></div>
-<div class="ttc" id="namespacearm__compute_xhtml"><div class="ttname"><a href="namespacearm__compute.xhtml">arm_compute</a></div><div class="ttdoc">This file contains all available output stages for GEMMLowp on OpenCL. </div><div class="ttdef"><b>Definition:</b> <a href="01__library_8dox_source.xhtml#l00001">01_library.dox:1</a></div></div>
+<div class="ttc" id="_workload_8h_xhtml"><div class="ttname"><a href="_workload_8h.xhtml">Workload.h</a></div></div>
+<div class="ttc" id="namespacearm__compute_xhtml"><div class="ttname"><a href="namespacearm__compute.xhtml">arm_compute</a></div><div class="ttdoc">This file contains all available output stages for GEMMLowp on OpenCL. </div><div class="ttdef"><b>Definition:</b> <a href="00__introduction_8dox_source.xhtml#l00001">00_introduction.dox:1</a></div></div>
 <div class="ttc" id="_scheduler_8h_xhtml"><div class="ttname"><a href="_scheduler_8h.xhtml">Scheduler.h</a></div></div>
-<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_a501ef37fef441a0a6a8ea8b8e30a7181"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a501ef37fef441a0a6a8ea8b8e30a7181">arm_compute::test::framework::SchedulerTimer::id</a></div><div class="ttdeci">std::string id() const override</div><div class="ttdoc">Identifier for the instrument. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8cpp_source.xhtml#l00035">SchedulerTimer.cpp:35</a></div></div>
-<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">arm_compute::test::framework::SchedulerTimer</a></div><div class="ttdoc">Instrument creating measurements based on the information returned by clGetEventProfilingInfo for eac...</div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8h_source.xhtml#l00038">SchedulerTimer.h:38</a></div></div>
+<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_ad94b6b2e29abc159c9624278938badb3"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#ad94b6b2e29abc159c9624278938badb3">arm_compute::test::framework::SchedulerTimer::test_start</a></div><div class="ttdeci">void test_start() override</div><div class="ttdoc">Start of the test. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8cpp_source.xhtml#l00091">SchedulerTimer.cpp:91</a></div></div>
+<div class="ttc" id="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info_xhtml_a78fb15511f687fe7fdb8e3ba9613648b"><div class="ttname"><a href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a78fb15511f687fe7fdb8e3ba9613648b">arm_compute::test::framework::SchedulerTimer::kernel_info::prefix</a></div><div class="ttdeci">std::string prefix</div><div class="ttdoc">Kernel prefix. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8h_source.xhtml#l00065">SchedulerTimer.h:65</a></div></div>
+<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_a501ef37fef441a0a6a8ea8b8e30a7181"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a501ef37fef441a0a6a8ea8b8e30a7181">arm_compute::test::framework::SchedulerTimer::id</a></div><div class="ttdeci">std::string id() const override</div><div class="ttdoc">Identifier for the instrument. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8cpp_source.xhtml#l00037">SchedulerTimer.cpp:37</a></div></div>
+<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml">arm_compute::test::framework::SchedulerTimer</a></div><div class="ttdoc">Instrument creating measurements based on the information returned by clGetEventProfilingInfo for eac...</div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8h_source.xhtml#l00040">SchedulerTimer.h:40</a></div></div>
 <div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_instrument_xhtml"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml">arm_compute::test::framework::Instrument</a></div><div class="ttdoc">Interface for classes that can be used to measure performance. </div><div class="ttdef"><b>Definition:</b> <a href="_instrument_8h_source.xhtml#l00050">Instrument.h:50</a></div></div>
-<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_ad20c4027c4914e731aef370807ca8987"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#ad20c4027c4914e731aef370807ca8987">arm_compute::test::framework::SchedulerTimer::SchedulerTimer</a></div><div class="ttdeci">SchedulerTimer(const SchedulerTimer &amp;)=delete</div></div>
-<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_instrument_xhtml_afc7df496e6026b91c3f48da6821c86a9"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#afc7df496e6026b91c3f48da6821c86a9">arm_compute::test::framework::Instrument::MeasurementsMap</a></div><div class="ttdeci">std::map&lt; std::string, Measurement &gt; MeasurementsMap</div><div class="ttdef"><b>Definition:</b> <a href="_instrument_8h_source.xhtml#l00077">Instrument.h:77</a></div></div>
-<div class="ttc" id="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info_xhtml_a9b45b3e13bd9167aab02e17e08916231"><div class="ttname"><a href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a9b45b3e13bd9167aab02e17e08916231">arm_compute::test::framework::SchedulerTimer::kernel_info::name</a></div><div class="ttdeci">std::string name</div><div class="ttdoc">Kernel name. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8h_source.xhtml#l00051">SchedulerTimer.h:51</a></div></div>
+<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_instrument_xhtml_afc7df496e6026b91c3f48da6821c86a9"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#afc7df496e6026b91c3f48da6821c86a9">arm_compute::test::framework::Instrument::MeasurementsMap</a></div><div class="ttdeci">std::map&lt; std::string, Measurement &gt; MeasurementsMap</div><div class="ttdoc">Map of measurements. </div><div class="ttdef"><b>Definition:</b> <a href="_instrument_8h_source.xhtml#l00109">Instrument.h:109</a></div></div>
+<div class="ttc" id="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info_xhtml_a9b45b3e13bd9167aab02e17e08916231"><div class="ttname"><a href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a9b45b3e13bd9167aab02e17e08916231">arm_compute::test::framework::SchedulerTimer::kernel_info::name</a></div><div class="ttdeci">std::string name</div><div class="ttdoc">Kernel name. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8h_source.xhtml#l00064">SchedulerTimer.h:64</a></div></div>
+<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_a815af174fc6a8042c65644687b7d3338"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a815af174fc6a8042c65644687b7d3338">arm_compute::test::framework::SchedulerTimer::SchedulerTimer</a></div><div class="ttdeci">SchedulerTimer(ScaleFactor scale_factor)</div><div class="ttdoc">Construct a Scheduler timer. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8cpp_source.xhtml#l00086">SchedulerTimer.cpp:86</a></div></div>
+<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_a84eed1102b2ad191e3659dd7c49705bc"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a84eed1102b2ad191e3659dd7c49705bc">arm_compute::test::framework::SchedulerTimer::test_stop</a></div><div class="ttdeci">void test_stop() override</div><div class="ttdoc">End of the test. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8cpp_source.xhtml#l00137">SchedulerTimer.cpp:137</a></div></div>
 <div class="ttc" id="namespacearm__compute_1_1test_1_1framework_xhtml_a3a01a70ad3a22d8b80c413e8a5977100"><div class="ttname"><a href="namespacearm__compute_1_1test_1_1framework.xhtml#a3a01a70ad3a22d8b80c413e8a5977100">arm_compute::test::framework::ScaleFactor</a></div><div class="ttdeci">ScaleFactor</div><div class="ttdef"><b>Definition:</b> <a href="_instrument_8h_source.xhtml#l00040">Instrument.h:40</a></div></div>
 <div class="ttc" id="_instrument_8h_xhtml"><div class="ttname"><a href="_instrument_8h.xhtml">Instrument.h</a></div></div>
-<div class="ttc" id="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info_xhtml"><div class="ttname"><a href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml">arm_compute::test::framework::SchedulerTimer::kernel_info</a></div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8h_source.xhtml#l00048">SchedulerTimer.h:48</a></div></div>
-<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer_xhtml_ab3536e22848ce87b16a9b96d6d824d45"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#ab3536e22848ce87b16a9b96d6d824d45">arm_compute::test::framework::SchedulerTimer::stop</a></div><div class="ttdeci">void stop() override</div><div class="ttdoc">Stop measuring. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8cpp_source.xhtml#l00096">SchedulerTimer.cpp:96</a></div></div>
+<div class="ttc" id="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info_xhtml"><div class="ttname"><a href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml">arm_compute::test::framework::SchedulerTimer::kernel_info</a></div><div class="ttdoc">Kernel information. </div><div class="ttdef"><b>Definition:</b> <a href="_scheduler_timer_8h_source.xhtml#l00061">SchedulerTimer.h:61</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_59425e443f801f1f2fd8bbe4959a3ccf.xhtml">tests</a></li><li class="navelem"><a class="el" href="dir_9e71e2da941d3cafc4d98a9f6ae3de4f.xhtml">framework</a></li><li class="navelem"><a class="el" href="dir_4efd0ee2ecda32567e74991b08d544ea.xhtml">instruments</a></li><li class="navelem"><a class="el" href="_scheduler_timer_8h.xhtml">SchedulerTimer.h</a></li>
-    <li class="footer">Generated on Thu Feb 22 2018 15:45:20 for Compute Library by
+    <li class="footer">Generated on Wed May 23 2018 11:36:37 for Compute Library by
     <a href="http://www.doxygen.org/index.html">
     <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
   </ul>