Changeset 354 for doc/html/timer.html

Show
Ignore:
Timestamp:
06/02/09 10:24:26 (15 years ago)
Author:
smidl
Message:

doc - oprava

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/timer.html

    r353 r354  
    6262<div class="contents"> 
    6363<h1><a class="anchor" name="timer">Using timers to measure execution time </a></h1>In this example we are using the Real_Timer class to measure the execution time of a simple program. The Real_Timer class is included in the itmisc library.<p> 
    64 <div class="fragment"><pre class="fragment"><span class="preprocessor">#include &lt;<a class="code" href="itbase_8h.html" title="Include file for the IT++ base module.">itpp/itbase.h</a>&gt;</span> 
     64<div class="fragment"><pre class="fragment"><span class="preprocessor">#include &lt;itpp/itbase.h&gt;</span> 
    6565 
    6666<span class="keyword">using namespace </span>itpp; 
     
    7373{ 
    7474  <span class="comment">//Declare the scalars used:</span> 
    75   <span class="keywordtype">long</span> i, <a class="code" href="group__matrix__functions.html#g8b3dcc61484fce58ee4244d5731e18fa" title="Sum of all elements in the vector.">sum</a>, N; 
     75  <span class="keywordtype">long</span> i, sum, N; 
    7676 
    7777  <span class="comment">//Declare tt as an instance of the timer class:</span> 
     
    103103When you run this program, the output will look something like this:<p> 
    104104<div class="fragment"><pre class="fragment">Elapsed time = 0.000797055 seconds 
    105 The sum of all integers from 0 <a class="code" href="group__fixed.html#gb4732503214b5293aef0cbd2ab271c7c">to</a> 999999 equals 1783293664 
     105The sum of all integers from 0 to 999999 equals 1783293664 
    106106</pre></div> </div> 
    107 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:14 2009 for mixpp by&nbsp; 
     107<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:11:00 2009 for mixpp by&nbsp; 
    108108<a href="http://www.doxygen.org/index.html"> 
    109109<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>