Create CNAME
[openjpeg.git] / doxygen / opj__clock_8h.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
6 <meta name="generator" content="Doxygen 1.8.17"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1"/>
8 <title>OpenJPEG: opj_clock.h File Reference</title>
9 <link href="tabs.css" rel="stylesheet" type="text/css"/>
10 <script type="text/javascript" src="jquery.js"></script>
11 <script type="text/javascript" src="dynsections.js"></script>
12 <link href="doxygen.css" rel="stylesheet" type="text/css" />
13 </head>
14 <body>
15 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
16 <div id="titlearea">
17 <table cellspacing="0" cellpadding="0">
18  <tbody>
19  <tr style="height: 56px;">
20   <td id="projectalign" style="padding-left: 0.5em;">
21    <div id="projectname">OpenJPEG
22    &#160;<span id="projectnumber">2.5.0</span>
23    </div>
24   </td>
25  </tr>
26  </tbody>
27 </table>
28 </div>
29 <!-- end header part -->
30 <!-- Generated by Doxygen 1.8.17 -->
31 <script type="text/javascript" src="menudata.js"></script>
32 <script type="text/javascript" src="menu.js"></script>
33 <script type="text/javascript">
34 /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
35 $(function() {
36   initMenu('',false,false,'search.php','Search');
37 });
38 /* @license-end */</script>
39 <div id="main-nav"></div>
40 <div id="nav-path" class="navpath">
41   <ul>
42 <li class="navelem"><a class="el" href="dir_43e0a1f539e00dcfa1a6bc4d4fee4fc2.html">home</a></li><li class="navelem"><a class="el" href="dir_cb9b2b419d92b64f7cee83d8faf7a4ab.html">even</a></li><li class="navelem"><a class="el" href="dir_f75d9a0165d6564a1e04793ef847d41d.html">openjpeg</a></li><li class="navelem"><a class="el" href="dir_5f588d7ea139c1aae751d03c13a16064.html">openjpeg</a></li><li class="navelem"><a class="el" href="dir_378f732e812ef6cbaaae22e96a4fa79f.html">src</a></li><li class="navelem"><a class="el" href="dir_19dcb5713315405a27e1bde75a489a4c.html">lib</a></li><li class="navelem"><a class="el" href="dir_54e5bc4f0640fea590afaf04f4d9c88d.html">openjp2</a></li>  </ul>
43 </div>
44 </div><!-- top -->
45 <div class="header">
46   <div class="headertitle">
47 <div class="title">opj_clock.h File Reference</div>  </div>
48 </div><!--header-->
49 <div class="contents">
50
51 <p>Internal function for timing.  
52 <a href="#details">More...</a></p>
53
54 <p><a href="opj__clock_8h_source.html">Go to the source code of this file.</a></p>
55 <table class="memberdecls">
56 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
57 Functions</h2></td></tr>
58 <tr><td colspan="2"><div class="groupHeader">Exported functions</div></td></tr>
59 <tr class="memitem:af53ced13a225d45380052173563421bf"><td class="memItemLeft" align="right" valign="top"><a class="el" href="openjpeg_8h.html#a2e5e9eaf3c126e11d1f058b78a0bce78">OPJ_FLOAT64</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="opj__clock_8h.html#af53ced13a225d45380052173563421bf">opj_clock</a> (void)</td></tr>
60 <tr class="memdesc:af53ced13a225d45380052173563421bf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Difference in successive <a class="el" href="opj__clock_8h.html#af53ced13a225d45380052173563421bf" title="Difference in successive opj_clock() calls tells you the elapsed time.">opj_clock()</a> calls tells you the elapsed time.  <a href="opj__clock_8h.html#af53ced13a225d45380052173563421bf">More...</a><br /></td></tr>
61 <tr class="separator:af53ced13a225d45380052173563421bf"><td class="memSeparator" colspan="2">&#160;</td></tr>
62 </table>
63 <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
64 <div class="textblock"><p>Internal function for timing. </p>
65 <p>The functions in <a class="el" href="opj__clock_8c.html">OPJ_CLOCK.C</a> are internal utilities mainly used for timing. </p>
66 </div><h2 class="groupheader">Function Documentation</h2>
67 <a id="af53ced13a225d45380052173563421bf"></a>
68 <h2 class="memtitle"><span class="permalink"><a href="#af53ced13a225d45380052173563421bf">&#9670;&nbsp;</a></span>opj_clock()</h2>
69
70 <div class="memitem">
71 <div class="memproto">
72       <table class="memname">
73         <tr>
74           <td class="memname"><a class="el" href="openjpeg_8h.html#a2e5e9eaf3c126e11d1f058b78a0bce78">OPJ_FLOAT64</a> opj_clock </td>
75           <td>(</td>
76           <td class="paramtype">void&#160;</td>
77           <td class="paramname"></td><td>)</td>
78           <td></td>
79         </tr>
80       </table>
81 </div><div class="memdoc">
82
83 <p>Difference in successive <a class="el" href="opj__clock_8h.html#af53ced13a225d45380052173563421bf" title="Difference in successive opj_clock() calls tells you the elapsed time.">opj_clock()</a> calls tells you the elapsed time. </p>
84 <dl class="section return"><dt>Returns</dt><dd>Returns time in seconds </dd></dl>
85
86 <p class="reference">Referenced by <a class="el" href="bench__dwt_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">main()</a>, and <a class="el" href="bench__dwt_8c.html#ac1fc21d3bb524182ef25ba2057ebb67b">opj_wallclock()</a>.</p>
87
88 </div>
89 </div>
90 </div><!-- contents -->
91 <!-- start footer part -->
92 <hr class="footer"/><address class="footer"><small>
93 Generated by &#160;<a href="http://www.doxygen.org/index.html">
94 <img class="footer" src="doxygen.png" alt="doxygen"/>
95 </a> 1.8.17
96 </small></address>
97 </body>
98 </html>