Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 68c0c2ff89d8bf9051ff1b9773ed48e4 > files > 1188

libzypp-doc-17.9.0-1.1.mga7.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libzypp: zypp/base/Measure.cc 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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="doxygen.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;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libzypp
   &#160;<span id="projectnumber">17.9.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('Measure_8cc_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">Measure.cc</div>  </div>
</div><!--header-->
<div class="contents">
<a href="Measure_8cc.html">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">|                          ____ _   __ __ ___                          |</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">|                           / / \ V /|  _/  _/                         |</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">|                         /_____||_| |_| |_|                           |</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">|                                                                      |</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">\---------------------------------------------------------------------*/</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span></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="preprocessor">#include &lt;sys/times.h&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor">#include &lt;unistd.h&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;}</div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Logger_8h.html">zypp/base/Logger.h</a>&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Measure_8h.html">zypp/base/Measure.h</a>&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="String_8h.html">zypp/base/String.h</a>&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="keyword">using</span> std::endl;</div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#undef ZYPP_BASE_LOGGER_LOGGROUP</span></div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="Measure_8cc.html#ad11ca1dc9757eafa29e9de2259388ff4">   26</a></span>&#160;<span class="preprocessor">#define ZYPP_BASE_LOGGER_LOGGROUP &quot;Measure&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;{ </div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;  <span class="keyword">namespace </span>debug</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="l00036"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html">   36</a></span>&#160;      <span class="keyword">struct </span><a class="code" href="structzypp_1_1debug_1_1Tm.html">Tm</a></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;      {</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a84bd82057d95f13ab3d4bddd284b1af7">   38</a></span>&#160;        <a class="code" href="structzypp_1_1debug_1_1Tm.html#a84bd82057d95f13ab3d4bddd284b1af7">Tm</a>()</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;        : <a class="code" href="structzypp_1_1debug_1_1Tm.html#a08034d2deff2c84d7e74c7865ac8928f">_real</a>( 0 )</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;        , <a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>( <a class="code" href="classtmsEmpty.html">tmsEmpty</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;</div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html#aa3e626f1ff5d437b2b76aaaf2e6713ab">   43</a></span>&#160;        <span class="keywordtype">void</span> <a class="code" href="structzypp_1_1debug_1_1Tm.html#aa3e626f1ff5d437b2b76aaaf2e6713ab">get</a>()</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;        {</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;          <a class="code" href="structzypp_1_1debug_1_1Tm.html#a08034d2deff2c84d7e74c7865ac8928f">_real</a> = ::time(NULL);</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;          ::times( &amp;<a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a> );</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;        }</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a6d6a6f343f3cd6121d893f74bac332f2">   49</a></span>&#160;        <a class="code" href="structzypp_1_1debug_1_1Tm.html">Tm</a> <a class="code" href="structzypp_1_1debug_1_1Tm.html#a6d6a6f343f3cd6121d893f74bac332f2">operator-</a>( <span class="keyword">const</span> <a class="code" href="structzypp_1_1debug_1_1Tm.html">Tm</a> &amp; rhs )<span class="keyword"> const</span></div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="keyword">        </span>{</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;          <a class="code" href="structzypp_1_1debug_1_1Tm.html">Tm</a> ret( *<span class="keyword">this</span> );</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;          ret.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a08034d2deff2c84d7e74c7865ac8928f">_real</a> -= rhs.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a08034d2deff2c84d7e74c7865ac8928f">_real</a>;</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;          ret.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_utime -= rhs.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_utime;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;          ret.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_stime -= rhs.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_stime;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;          ret.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_cutime -= rhs.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_cutime;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;          ret.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_cstime -= rhs.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_cstime;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;          <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;        }</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"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a57a89127b7ac4dd464f53d409119cebf">   60</a></span>&#160;        std::string <a class="code" href="structzypp_1_1debug_1_1Tm.html#a57a89127b7ac4dd464f53d409119cebf">asString</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="keyword">        </span>{</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;          std::string ret( <a class="code" href="structzypp_1_1debug_1_1Tm.html#a75d7a531af8cfe0b8417590a6ea8949a">timeStr</a>( <a class="code" href="structzypp_1_1debug_1_1Tm.html#a08034d2deff2c84d7e74c7865ac8928f">_real</a> ) );</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;          ret += <span class="stringliteral">&quot; (u &quot;</span>;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;          ret += <a class="code" href="structzypp_1_1debug_1_1Tm.html#a75d7a531af8cfe0b8417590a6ea8949a">timeStr</a>( <a class="code" href="structzypp_1_1debug_1_1Tm.html#a8159b67d97a0c087b3eaffbf6f3082b9">asSec</a>( <a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_utime ) );</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;          ret += <span class="stringliteral">&quot; s &quot;</span>;</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;          ret += <a class="code" href="structzypp_1_1debug_1_1Tm.html#a75d7a531af8cfe0b8417590a6ea8949a">timeStr</a>( <a class="code" href="structzypp_1_1debug_1_1Tm.html#a8159b67d97a0c087b3eaffbf6f3082b9">asSec</a>( <a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_stime ) );</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;          ret += <span class="stringliteral">&quot; c &quot;</span>;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;          ret += <a class="code" href="structzypp_1_1debug_1_1Tm.html#a75d7a531af8cfe0b8417590a6ea8949a">timeStr</a>( <a class="code" href="structzypp_1_1debug_1_1Tm.html#a8159b67d97a0c087b3eaffbf6f3082b9">asSec</a>( <a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_cutime + <a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>.tms_cstime ) );</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;          ret += <span class="stringliteral">&quot;)&quot;</span>;</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;          <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;        }</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"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a01ad75cc3a34807a90f4ec499a540824">   73</a></span>&#160;        std::string <a class="code" href="structzypp_1_1debug_1_1Tm.html#a01ad75cc3a34807a90f4ec499a540824">stringIf</a>( clock_t ticks_r, <span class="keyword">const</span> std::string &amp; tag_r )<span class="keyword"> const</span></div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;<span class="keyword">        </span>{</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;          std::string ret;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;          <span class="keywordflow">if</span> ( ticks_r )</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;            {</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;              ret += tag_r;</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;              ret += <a class="code" href="structzypp_1_1debug_1_1Tm.html#a75d7a531af8cfe0b8417590a6ea8949a">timeStr</a>( <a class="code" href="structzypp_1_1debug_1_1Tm.html#a8159b67d97a0c087b3eaffbf6f3082b9">asSec</a>( ticks_r ) );</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;            }</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;          <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;        }</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a8159b67d97a0c087b3eaffbf6f3082b9">   84</a></span>&#160;        <span class="keywordtype">double</span> <a class="code" href="structzypp_1_1debug_1_1Tm.html#a8159b67d97a0c087b3eaffbf6f3082b9">asSec</a>( clock_t ticks_r )<span class="keyword"> const</span></div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<span class="keyword">        </span>{ <span class="keywordflow">return</span> double(ticks_r) / <a class="code" href="structzypp_1_1debug_1_1Tm.html#a5ce6fbb08ad839316c804d123b97dd60">ticks</a>; }</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a75d7a531af8cfe0b8417590a6ea8949a">   87</a></span>&#160;        std::string <a class="code" href="structzypp_1_1debug_1_1Tm.html#a75d7a531af8cfe0b8417590a6ea8949a">timeStr</a>( time_t sec_r )<span class="keyword"> const</span></div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="keyword">        </span>{</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;          time_t h = sec_r/3600;</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;          sec_r -= h*3600;</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;          time_t m = sec_r/60;</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;          sec_r -= m*60;</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;          <span class="keywordflow">if</span> ( h )</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;            <span class="keywordflow">return</span> <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;%lu:%02lu:%02lu&quot;</span>, h, m, sec_r );</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;          <span class="keywordflow">if</span> ( m )</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;            <span class="keywordflow">return</span> <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;%lu:%02lu&quot;</span>, m, sec_r );</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;          <span class="keywordflow">return</span> <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;%lu&quot;</span>, sec_r );</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;        }</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a1ab509e177522e700b6a083e29466f34">  100</a></span>&#160;        std::string <a class="code" href="structzypp_1_1debug_1_1Tm.html#a1ab509e177522e700b6a083e29466f34">timeStr</a>( <span class="keywordtype">double</span> sec_r )<span class="keyword"> const</span></div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;<span class="keyword">        </span>{</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;          time_t h = time_t(sec_r)/3600;</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;          sec_r -= h*3600;</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;          time_t m = time_t(sec_r)/60;</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;          sec_r -= m*60;</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;          <span class="keywordflow">if</span> ( h )</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;            <span class="keywordflow">return</span> <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;%lu:%02lu:%05.2lf&quot;</span>, h, m, sec_r );</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;          <span class="keywordflow">if</span> ( m )</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;            <span class="keywordflow">return</span> <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;%lu:%05.2lf&quot;</span>, m, sec_r );</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;          <span class="keywordflow">return</span> <a class="code" href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">str::form</a>( <span class="stringliteral">&quot;%.2lf&quot;</span>, sec_r );</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;        }</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;</div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a5ce6fbb08ad839316c804d123b97dd60">  114</a></span>&#160;        <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">long</span> <a class="code" href="structzypp_1_1debug_1_1Tm.html#a5ce6fbb08ad839316c804d123b97dd60">ticks</a>;</div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a5e9aa458c9abcbc7de9c9fa6eddbf987">  116</a></span>&#160;        <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">struct </span>tms <a class="code" href="classtmsEmpty.html">tmsEmpty</a>;</div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a08034d2deff2c84d7e74c7865ac8928f">  118</a></span>&#160;        time_t      <a class="code" href="structzypp_1_1debug_1_1Tm.html#a08034d2deff2c84d7e74c7865ac8928f">_real</a>;</div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">  120</a></span>&#160;        <span class="keyword">struct </span>tms  <a class="code" href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">_proc</a>;</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;      };</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;      <span class="keyword">const</span> <span class="keyword">struct </span>tms <a class="code" href="structzypp_1_1debug_1_1Tm.html">Tm</a>::<a class="code" href="classtmsEmpty.html">tmsEmpty</a> = { 0, 0, 0, 0 };</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;      <span class="keyword">const</span> <span class="keywordtype">long</span> <a class="code" href="structzypp_1_1debug_1_1Tm.html#a5ce6fbb08ad839316c804d123b97dd60">Tm::ticks</a> = sysconf(_SC_CLK_TCK);</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="namespacezypp_1_1debug.html#aeffda07ca664a319dcb26ff7c9ece181">  127</a></span>&#160;      std::ostream &amp; <a class="code" href="namespacezypp_1_1debug.html#aeffda07ca664a319dcb26ff7c9ece181">operator&lt;&lt;</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> <a class="code" href="structzypp_1_1debug_1_1Tm.html">Tm</a> &amp; obj )</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;      {</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="namespacestr.html">str</a> &lt;&lt; obj.<a class="code" href="structzypp_1_1debug_1_1Tm.html#a57a89127b7ac4dd464f53d409119cebf">asString</a>();</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;      }</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;    <span class="comment">//  CLASS NAME : Measure::Impl</span></div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html">  138</a></span>&#160;<span class="comment"></span>    <span class="keyword">class </span><a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html">Measure::Impl</a></div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;    {</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;    <span class="keyword">public</span>:</div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#abd0025b1338fe7df829ec9dd9f116219">  141</a></span>&#160;      <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#abd0025b1338fe7df829ec9dd9f116219">Impl</a>( <span class="keyword">const</span> std::string &amp; ident_r )</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;      : <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#af82fd92645b913e60cdb53e9b41afad1">_ident</a>  ( ident_r )</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;      , <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a962d5ec0e44e5e90506a76734eca794a">_level</a>  ( <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a3ba4c6a694f9bb5d2de970d9d3ff8b06">_glevel</a> )</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;      , <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#afb018d8720186b04d710bee2ff794dd5">_seq</a>    ( 0 )</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;      {</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a3ba4c6a694f9bb5d2de970d9d3ff8b06">_glevel</a> += <span class="stringliteral">&quot;..&quot;</span>;</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a19769eab2c61d56ab5fb978404fdb91a">log</a>() &lt;&lt; <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a962d5ec0e44e5e90506a76734eca794a">_level</a> &lt;&lt; <span class="stringliteral">&quot;START MEASURE(&quot;</span> &lt;&lt; <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#af82fd92645b913e60cdb53e9b41afad1">_ident</a> &lt;&lt; <span class="stringliteral">&quot;)&quot;</span> &lt;&lt; endl;</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a9b265bd419ad3526399765debca4ec09">_start</a>.<a class="code" href="structzypp_1_1debug_1_1Tm.html#aa3e626f1ff5d437b2b76aaaf2e6713ab">get</a>();</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;      }</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;</div><div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a4f1fb6011e93a8db8e18a7f303a740e2">  151</a></span>&#160;      <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a4f1fb6011e93a8db8e18a7f303a740e2">~Impl</a>()</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;      {</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a0b4310820c7d57ccaaecb9e1351cc0c5">_stop</a>.<a class="code" href="structzypp_1_1debug_1_1Tm.html#aa3e626f1ff5d437b2b76aaaf2e6713ab">get</a>();</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;        ++<a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#afb018d8720186b04d710bee2ff794dd5">_seq</a>;</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;        std::ostream &amp; <a class="code" href="namespacestr.html">str</a>( <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a19769eab2c61d56ab5fb978404fdb91a">log</a>() &lt;&lt; <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a962d5ec0e44e5e90506a76734eca794a">_level</a> &lt;&lt; <span class="stringliteral">&quot;MEASURE(&quot;</span> &lt;&lt; <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#af82fd92645b913e60cdb53e9b41afad1">_ident</a> &lt;&lt; <span class="stringliteral">&quot;) &quot;</span> );</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a89efb320ff540d6c0b8ad7044a98783d">dumpMeasure</a>( <a class="code" href="namespacestr.html">str</a> );</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a3ba4c6a694f9bb5d2de970d9d3ff8b06">_glevel</a>.erase( 0, 2 );</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;      }</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;</div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#ab386dbdd6368c1c4e496fbbd724bbccd">  160</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#ab386dbdd6368c1c4e496fbbd724bbccd">restart</a>()</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;      {</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a19769eab2c61d56ab5fb978404fdb91a">log</a>() &lt;&lt; <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a962d5ec0e44e5e90506a76734eca794a">_level</a> &lt;&lt; <span class="stringliteral">&quot;RESTART MEASURE(&quot;</span> &lt;&lt; <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#af82fd92645b913e60cdb53e9b41afad1">_ident</a> &lt;&lt; <span class="stringliteral">&quot;)&quot;</span> &lt;&lt; endl;</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a9b265bd419ad3526399765debca4ec09">_start</a> = <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a0b4310820c7d57ccaaecb9e1351cc0c5">_stop</a>;</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;      }</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;</div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a577bc4872a73d4df7b5f053d93817492">  166</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a577bc4872a73d4df7b5f053d93817492">elapsed</a>( <span class="keyword">const</span> std::string &amp; tag_r = std::string() )<span class="keyword"> const</span></div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;<span class="keyword">      </span>{</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a0b4310820c7d57ccaaecb9e1351cc0c5">_stop</a>.<a class="code" href="structzypp_1_1debug_1_1Tm.html#aa3e626f1ff5d437b2b76aaaf2e6713ab">get</a>();</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;        ++<a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#afb018d8720186b04d710bee2ff794dd5">_seq</a>;</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;        std::ostream &amp; <a class="code" href="namespacestr.html">str</a>( <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a19769eab2c61d56ab5fb978404fdb91a">log</a>() &lt;&lt; <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a962d5ec0e44e5e90506a76734eca794a">_level</a> &lt;&lt; <span class="stringliteral">&quot;ELAPSED(&quot;</span> &lt;&lt; <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#af82fd92645b913e60cdb53e9b41afad1">_ident</a> &lt;&lt; <span class="stringliteral">&quot;) &quot;</span> );</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a89efb320ff540d6c0b8ad7044a98783d">dumpMeasure</a>( <a class="code" href="namespacestr.html">str</a>, tag_r );</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;        <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a079508914113a018704ce0ab4be5ce70">_elapsed</a> = <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a0b4310820c7d57ccaaecb9e1351cc0c5">_stop</a>;</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;      }</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;    <span class="keyword">private</span>:</div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a19769eab2c61d56ab5fb978404fdb91a">  177</a></span>&#160;      std::ostream &amp; <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a19769eab2c61d56ab5fb978404fdb91a">log</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;<span class="keyword">      </span>{ <span class="keywordflow">return</span> <a class="code" href="group__ZYPP__BASE__LOGGER__MACROS.html#gafeeffe52c8fd59db7c61cf8b02042dbf">INT</a>; }</div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;</div><div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a89efb320ff540d6c0b8ad7044a98783d">  180</a></span>&#160;      std::ostream &amp; <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a89efb320ff540d6c0b8ad7044a98783d">dumpMeasure</a>( std::ostream &amp; str_r, <span class="keyword">const</span> std::string &amp; tag_r = std::string() )<span class="keyword"> const</span></div><div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;<span class="keyword">      </span>{</div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;        str_r &lt;&lt; ( <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a0b4310820c7d57ccaaecb9e1351cc0c5">_stop</a> - <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a9b265bd419ad3526399765debca4ec09">_start</a> );</div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;        <span class="keywordflow">if</span> ( <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#afb018d8720186b04d710bee2ff794dd5">_seq</a> &gt; 1 ) <span class="comment">// diff to previous _elapsed</span></div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;          {</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;            str_r &lt;&lt; <span class="stringliteral">&quot; [&quot;</span> &lt;&lt; ( <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a0b4310820c7d57ccaaecb9e1351cc0c5">_stop</a> - <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a079508914113a018704ce0ab4be5ce70">_elapsed</a> ) &lt;&lt; <span class="stringliteral">&quot;]&quot;</span>;</div><div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;          }</div><div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;        <span class="keywordflow">if</span> ( ! tag_r.empty() )</div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;          str_r &lt;&lt; <span class="stringliteral">&quot; - &quot;</span> &lt;&lt; tag_r;</div><div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;        <span class="keywordflow">return</span> str_r &lt;&lt; endl;</div><div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;      }</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;</div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;    <span class="keyword">private</span>:</div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a3ba4c6a694f9bb5d2de970d9d3ff8b06">  193</a></span>&#160;      <span class="keyword">static</span> std::string <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a3ba4c6a694f9bb5d2de970d9d3ff8b06">_glevel</a>;</div><div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;</div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#af82fd92645b913e60cdb53e9b41afad1">  195</a></span>&#160;      std::string       <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#af82fd92645b913e60cdb53e9b41afad1">_ident</a>;</div><div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a962d5ec0e44e5e90506a76734eca794a">  196</a></span>&#160;      std::string       <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a962d5ec0e44e5e90506a76734eca794a">_level</a>;</div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a9b265bd419ad3526399765debca4ec09">  197</a></span>&#160;      <a class="code" href="structzypp_1_1debug_1_1Tm.html">Tm</a>               <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a9b265bd419ad3526399765debca4ec09">_start</a>;</div><div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#afb018d8720186b04d710bee2ff794dd5">  198</a></span>&#160;      <span class="keyword">mutable</span> <span class="keywordtype">unsigned</span> <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#afb018d8720186b04d710bee2ff794dd5">_seq</a>;</div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a079508914113a018704ce0ab4be5ce70">  199</a></span>&#160;      <span class="keyword">mutable</span> <a class="code" href="structzypp_1_1debug_1_1Tm.html">Tm</a>       <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a079508914113a018704ce0ab4be5ce70">_elapsed</a>;</div><div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a0b4310820c7d57ccaaecb9e1351cc0c5">  200</a></span>&#160;      <span class="keyword">mutable</span> <a class="code" href="structzypp_1_1debug_1_1Tm.html">Tm</a>       <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a0b4310820c7d57ccaaecb9e1351cc0c5">_stop</a>;</div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;    };</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;</div><div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;    std::string <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a3ba4c6a694f9bb5d2de970d9d3ff8b06">Measure::Impl::_glevel</a>;</div><div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;</div><div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;    <span class="comment">//  CLASS NAME : Measure</span></div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure.html#a374cdc5d91ac9419b287d358ae042212">  213</a></span>&#160;    <a class="code" href="classzypp_1_1debug_1_1Measure.html#a374cdc5d91ac9419b287d358ae042212">Measure::Measure</a>()</div><div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;    {}</div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;</div><div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure.html#abc0f3747d240a2a823d2fcbc143113f7">  216</a></span>&#160;    <a class="code" href="classzypp_1_1debug_1_1Measure.html#a374cdc5d91ac9419b287d358ae042212">Measure::Measure</a>( <span class="keyword">const</span> std::string &amp; ident_r )</div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;    : _pimpl( new <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html">Impl</a>( ident_r ) )</div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;    {}</div><div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;</div><div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure.html#acc1052dd22a70742a62d355dec60eabe">  220</a></span>&#160;    <a class="code" href="classzypp_1_1debug_1_1Measure.html#acc1052dd22a70742a62d355dec60eabe">Measure::~Measure</a>()</div><div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;    {}</div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;</div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure.html#aa1bdfa94c6d3fb635694eef93ecb731f">  223</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1debug_1_1Measure.html#aa1bdfa94c6d3fb635694eef93ecb731f">Measure::start</a>( <span class="keyword">const</span> std::string &amp; ident_r )</div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;    { <a class="code" href="classzypp_1_1debug_1_1Measure.html#a8f60bd8435c7d2247de12d2aabf05cd8">stop</a>(); <a class="code" href="classzypp_1_1debug_1_1Measure.html#ade22218845320541e208118133751b8b">_pimpl</a>.<a class="code" href="structzypp_1_1RW__pointer.html#a676dccd155c866ccebeafcd07d30733f">reset</a>( <span class="keyword">new</span> <a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html">Impl</a>( ident_r ) ); }</div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;</div><div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure.html#a9b4faf758f2fdcdd2c13411e0699b3be">  226</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1debug_1_1Measure.html#a9b4faf758f2fdcdd2c13411e0699b3be">Measure::restart</a>()</div><div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;    { <a class="code" href="classzypp_1_1debug_1_1Measure.html#ade22218845320541e208118133751b8b">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#ab386dbdd6368c1c4e496fbbd724bbccd">restart</a>(); }</div><div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;</div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure.html#a8a363ba1f81a9d17db0beef095b310af">  229</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1debug_1_1Measure.html#a8a363ba1f81a9d17db0beef095b310af">Measure::elapsed</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">if</span> ( <a class="code" href="classzypp_1_1debug_1_1Measure.html#ade22218845320541e208118133751b8b">_pimpl</a> ) <a class="code" href="classzypp_1_1debug_1_1Measure.html#ade22218845320541e208118133751b8b">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a577bc4872a73d4df7b5f053d93817492">elapsed</a>(); }</div><div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure.html#a9f680104730743f0b85667ae1262b3f7">  231</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1debug_1_1Measure.html#a8a363ba1f81a9d17db0beef095b310af">Measure::elapsed</a>( <span class="keyword">const</span> std::string &amp; tag_r )<span class="keyword"> const</span></div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">if</span> ( <a class="code" href="classzypp_1_1debug_1_1Measure.html#ade22218845320541e208118133751b8b">_pimpl</a> ) <a class="code" href="classzypp_1_1debug_1_1Measure.html#ade22218845320541e208118133751b8b">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a577bc4872a73d4df7b5f053d93817492">elapsed</a>( tag_r ); }</div><div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure.html#a5077d59b5d436af7413d2c846c383bdd">  233</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1debug_1_1Measure.html#a8a363ba1f81a9d17db0beef095b310af">Measure::elapsed</a>( <span class="keywordtype">long</span> tag_r )<span class="keyword"> const</span></div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">if</span> ( <a class="code" href="classzypp_1_1debug_1_1Measure.html#ade22218845320541e208118133751b8b">_pimpl</a> ) <a class="code" href="classzypp_1_1debug_1_1Measure.html#ade22218845320541e208118133751b8b">_pimpl</a>-&gt;<a class="code" href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a577bc4872a73d4df7b5f053d93817492">elapsed</a>( <a class="code" href="namespacezypp.html#a1547a676c9d1f206e0ed614d42d74c2d">asString</a>( tag_r ) ); }</div><div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;</div><div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="classzypp_1_1debug_1_1Measure.html#a8f60bd8435c7d2247de12d2aabf05cd8">  236</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1debug_1_1Measure.html#a8f60bd8435c7d2247de12d2aabf05cd8">Measure::stop</a>()</div><div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;    { <a class="code" href="classzypp_1_1debug_1_1Measure.html#ade22218845320541e208118133751b8b">_pimpl</a>.<a class="code" href="structzypp_1_1RW__pointer.html#a676dccd155c866ccebeafcd07d30733f">reset</a>(); }</div><div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;  } <span class="comment">// namespace debug</span></div><div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;<span class="comment"></span>} <span class="comment">// namespace zypp</span></div><div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_a89efb320ff540d6c0b8ad7044a98783d"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a89efb320ff540d6c0b8ad7044a98783d">zypp::debug::Measure::Impl::dumpMeasure</a></div><div class="ttdeci">std::ostream &amp; dumpMeasure(std::ostream &amp;str_r, const std::string &amp;tag_r=std::string()) const</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00180">Measure.cc:180</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_a57a89127b7ac4dd464f53d409119cebf"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#a57a89127b7ac4dd464f53d409119cebf">zypp::debug::Tm::asString</a></div><div class="ttdeci">std::string asString() const</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00060">Measure.cc:60</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_a08034d2deff2c84d7e74c7865ac8928f"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#a08034d2deff2c84d7e74c7865ac8928f">zypp::debug::Tm::_real</a></div><div class="ttdeci">time_t _real</div><div class="ttdoc">Real time via ::time.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00118">Measure.cc:118</a></div></div>
<div class="ttc" id="namespacezypp_html_a1547a676c9d1f206e0ed614d42d74c2d"><div class="ttname"><a href="namespacezypp.html#a1547a676c9d1f206e0ed614d42d74c2d">zypp::asString</a></div><div class="ttdeci">std::string asString(const DefaultIntegral&lt; Tp, TInitial &gt; &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="DefaultIntegral_8h_source.html#l00098">DefaultIntegral.h:98</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_a577bc4872a73d4df7b5f053d93817492"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a577bc4872a73d4df7b5f053d93817492">zypp::debug::Measure::Impl::elapsed</a></div><div class="ttdeci">void elapsed(const std::string &amp;tag_r=std::string()) const</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00166">Measure.cc:166</a></div></div>
<div class="ttc" id="structzypp_1_1RW__pointer_html_a676dccd155c866ccebeafcd07d30733f"><div class="ttname"><a href="structzypp_1_1RW__pointer.html#a676dccd155c866ccebeafcd07d30733f">zypp::RW_pointer::reset</a></div><div class="ttdeci">void reset()</div><div class="ttdef"><b>Definition:</b> <a href="PtrTypes_8h_source.html#l00309">PtrTypes.h:309</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_afb018d8720186b04d710bee2ff794dd5"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#afb018d8720186b04d710bee2ff794dd5">zypp::debug::Measure::Impl::_seq</a></div><div class="ttdeci">unsigned _seq</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00198">Measure.cc:198</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_html_a8f60bd8435c7d2247de12d2aabf05cd8"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure.html#a8f60bd8435c7d2247de12d2aabf05cd8">zypp::debug::Measure::stop</a></div><div class="ttdeci">void stop()</div><div class="ttdoc">Stop a running timer.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00236">Measure.cc:236</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_html_ade22218845320541e208118133751b8b"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure.html#ade22218845320541e208118133751b8b">zypp::debug::Measure::_pimpl</a></div><div class="ttdeci">RW_pointer&lt; Impl &gt; _pimpl</div><div class="ttdoc">Pointer to implementation.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8h_source.html#l00111">Measure.h:111</a></div></div>
<div class="ttc" id="group__ZYPP__BASE__LOGGER__MACROS_html_gafeeffe52c8fd59db7c61cf8b02042dbf"><div class="ttname"><a href="group__ZYPP__BASE__LOGGER__MACROS.html#gafeeffe52c8fd59db7c61cf8b02042dbf">INT</a></div><div class="ttdeci">#define INT</div><div class="ttdef"><b>Definition:</b> <a href="Logger_8h_source.html#l00083">Logger.h:83</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_a8159b67d97a0c087b3eaffbf6f3082b9"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#a8159b67d97a0c087b3eaffbf6f3082b9">zypp::debug::Tm::asSec</a></div><div class="ttdeci">double asSec(clock_t ticks_r) const</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00084">Measure.cc:84</a></div></div>
<div class="ttc" id="namespacestr_html"><div class="ttname"><a href="namespacestr.html">str</a></div><div class="ttdoc">String related utilities and Regular expression matching.</div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_ab386dbdd6368c1c4e496fbbd724bbccd"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#ab386dbdd6368c1c4e496fbbd724bbccd">zypp::debug::Measure::Impl::restart</a></div><div class="ttdeci">void restart()</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00160">Measure.cc:160</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_a4f1fb6011e93a8db8e18a7f303a740e2"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a4f1fb6011e93a8db8e18a7f303a740e2">zypp::debug::Measure::Impl::~Impl</a></div><div class="ttdeci">~Impl()</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00151">Measure.cc:151</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_a079508914113a018704ce0ab4be5ce70"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a079508914113a018704ce0ab4be5ce70">zypp::debug::Measure::Impl::_elapsed</a></div><div class="ttdeci">Tm _elapsed</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00199">Measure.cc:199</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_a75d7a531af8cfe0b8417590a6ea8949a"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#a75d7a531af8cfe0b8417590a6ea8949a">zypp::debug::Tm::timeStr</a></div><div class="ttdeci">std::string timeStr(time_t sec_r) const</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00087">Measure.cc:87</a></div></div>
<div class="ttc" id="group__ZYPP__SMART__PTR_html_ga9ffc8a01367e8a71d551ea8dbdc356f2"><div class="ttname"><a href="group__ZYPP__SMART__PTR.html#ga9ffc8a01367e8a71d551ea8dbdc356f2">zypp::str::form</a></div><div class="ttdeci">std::string form(const char *format,...) __attribute__((format(printf</div><div class="ttdoc">Printf style construction of std::string.</div><div class="ttdef"><b>Definition:</b> <a href="String_8cc_source.html#l00036">String.cc:36</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_a6d6a6f343f3cd6121d893f74bac332f2"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#a6d6a6f343f3cd6121d893f74bac332f2">zypp::debug::Tm::operator-</a></div><div class="ttdeci">Tm operator-(const Tm &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00049">Measure.cc:49</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_html_a9b4faf758f2fdcdd2c13411e0699b3be"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure.html#a9b4faf758f2fdcdd2c13411e0699b3be">zypp::debug::Measure::restart</a></div><div class="ttdeci">void restart()</div><div class="ttdoc">re start the timer without reset-ing it.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00226">Measure.cc:226</a></div></div>
<div class="ttc" id="Measure_8h_html"><div class="ttname"><a href="Measure_8h.html">Measure.h</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_af82fd92645b913e60cdb53e9b41afad1"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#af82fd92645b913e60cdb53e9b41afad1">zypp::debug::Measure::Impl::_ident</a></div><div class="ttdeci">std::string _ident</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00195">Measure.cc:195</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_html_aa1bdfa94c6d3fb635694eef93ecb731f"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure.html#aa1bdfa94c6d3fb635694eef93ecb731f">zypp::debug::Measure::start</a></div><div class="ttdeci">void start(const std::string &amp;ident_r=std::string())</div><div class="ttdoc">Start timer for ident_r string.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00223">Measure.cc:223</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_a346521621f10b1ed04ccd0096601f245"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#a346521621f10b1ed04ccd0096601f245">zypp::debug::Tm::_proc</a></div><div class="ttdeci">struct tms _proc</div><div class="ttdoc">Process times via ::times.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00120">Measure.cc:120</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_html_a374cdc5d91ac9419b287d358ae042212"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure.html#a374cdc5d91ac9419b287d358ae042212">zypp::debug::Measure::Measure</a></div><div class="ttdeci">Measure()</div><div class="ttdoc">Default Ctor does nothing.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00213">Measure.cc:213</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_a9b265bd419ad3526399765debca4ec09"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a9b265bd419ad3526399765debca4ec09">zypp::debug::Measure::Impl::_start</a></div><div class="ttdeci">Tm _start</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00197">Measure.cc:197</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_abd0025b1338fe7df829ec9dd9f116219"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#abd0025b1338fe7df829ec9dd9f116219">zypp::debug::Measure::Impl::Impl</a></div><div class="ttdeci">Impl(const std::string &amp;ident_r)</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00141">Measure.cc:141</a></div></div>
<div class="ttc" id="namespacezypp_1_1debug_html_aeffda07ca664a319dcb26ff7c9ece181"><div class="ttname"><a href="namespacezypp_1_1debug.html#aeffda07ca664a319dcb26ff7c9ece181">zypp::debug::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const Tm &amp;obj)</div><div class="ttdoc">\refers Tm Stream output.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00127">Measure.cc:127</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html">zypp::debug::Tm</a></div><div class="ttdoc">Times measured by Measure.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00036">Measure.cc:36</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html">zypp::debug::Measure::Impl</a></div><div class="ttdoc">Measure implementation.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00138">Measure.cc:138</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_aa3e626f1ff5d437b2b76aaaf2e6713ab"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#aa3e626f1ff5d437b2b76aaaf2e6713ab">zypp::debug::Tm::get</a></div><div class="ttdeci">void get()</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00043">Measure.cc:43</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_a962d5ec0e44e5e90506a76734eca794a"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a962d5ec0e44e5e90506a76734eca794a">zypp::debug::Measure::Impl::_level</a></div><div class="ttdeci">std::string _level</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00196">Measure.cc:196</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_a84bd82057d95f13ab3d4bddd284b1af7"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#a84bd82057d95f13ab3d4bddd284b1af7">zypp::debug::Tm::Tm</a></div><div class="ttdeci">Tm()</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00038">Measure.cc:38</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_html_a8a363ba1f81a9d17db0beef095b310af"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure.html#a8a363ba1f81a9d17db0beef095b310af">zypp::debug::Measure::elapsed</a></div><div class="ttdeci">void elapsed() const</div><div class="ttdoc">Print elapsed time for a running timer.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00229">Measure.cc:229</a></div></div>
<div class="ttc" id="Logger_8h_html"><div class="ttname"><a href="Logger_8h.html">Logger.h</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_a3ba4c6a694f9bb5d2de970d9d3ff8b06"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a3ba4c6a694f9bb5d2de970d9d3ff8b06">zypp::debug::Measure::Impl::_glevel</a></div><div class="ttdeci">static std::string _glevel</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00193">Measure.cc:193</a></div></div>
<div class="ttc" id="classtmsEmpty_html"><div class="ttname"><a href="classtmsEmpty.html">tmsEmpty</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_html_acc1052dd22a70742a62d355dec60eabe"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure.html#acc1052dd22a70742a62d355dec60eabe">zypp::debug::Measure::~Measure</a></div><div class="ttdeci">~Measure()</div><div class="ttdoc">Dtor.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00220">Measure.cc:220</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_a5ce6fbb08ad839316c804d123b97dd60"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#a5ce6fbb08ad839316c804d123b97dd60">zypp::debug::Tm::ticks</a></div><div class="ttdeci">static const long ticks</div><div class="ttdoc">Systems ticks per second.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00114">Measure.cc:114</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_a01ad75cc3a34807a90f4ec499a540824"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#a01ad75cc3a34807a90f4ec499a540824">zypp::debug::Tm::stringIf</a></div><div class="ttdeci">std::string stringIf(clock_t ticks_r, const std::string &amp;tag_r) const</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00073">Measure.cc:73</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_a0b4310820c7d57ccaaecb9e1351cc0c5"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a0b4310820c7d57ccaaecb9e1351cc0c5">zypp::debug::Measure::Impl::_stop</a></div><div class="ttdeci">Tm _stop</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00200">Measure.cc:200</a></div></div>
<div class="ttc" id="namespacezypp_html"><div class="ttname"><a href="namespacezypp.html">zypp</a></div><div class="ttdoc">Easy-to use interface to the ZYPP dependency resolver.</div><div class="ttdef"><b>Definition:</b> <a href="CodePitfalls_8doc_source.html#l00001">CodePitfalls.doc:1</a></div></div>
<div class="ttc" id="String_8h_html"><div class="ttname"><a href="String_8h.html">String.h</a></div></div>
<div class="ttc" id="classzypp_1_1debug_1_1Measure_1_1Impl_html_a19769eab2c61d56ab5fb978404fdb91a"><div class="ttname"><a href="classzypp_1_1debug_1_1Measure_1_1Impl.html#a19769eab2c61d56ab5fb978404fdb91a">zypp::debug::Measure::Impl::log</a></div><div class="ttdeci">std::ostream &amp; log() const</div><div class="ttdoc">Return the log stream.</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00177">Measure.cc:177</a></div></div>
<div class="ttc" id="structzypp_1_1debug_1_1Tm_html_a1ab509e177522e700b6a083e29466f34"><div class="ttname"><a href="structzypp_1_1debug_1_1Tm.html#a1ab509e177522e700b6a083e29466f34">zypp::debug::Tm::timeStr</a></div><div class="ttdeci">std::string timeStr(double sec_r) const</div><div class="ttdef"><b>Definition:</b> <a href="Measure_8cc_source.html#l00100">Measure.cc:100</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_c187b43c6f283d9fc95eff3f44ce072a.html">zypp</a></li><li class="navelem"><a class="el" href="dir_76651d3a0256a4372f696a008d71ee69.html">base</a></li><li class="navelem"><a class="el" href="Measure_8cc.html">Measure.cc</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
  </ul>
</div>
</body>
</html>