1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
<!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=11"/>
<meta name="generator" content="Doxygen 1.9.4"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>SuperLU: SRC/superlu_timer.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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 id="projectrow">
<td id="projectalign">
<div id="projectname">SuperLU<span id="projectnumber"> 7.0.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.4 -->
<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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_1e771ff450ae847412a8c28572c155bb.html">SRC</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle"><div class="title">superlu_timer.c File Reference<div class="ingroups"><a class="el" href="group__Common.html">Common</a></div></div></div>
</div><!--header-->
<div class="contents">
<p>Timer functions to record the time used.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include <sys/time.h></code><br />
<code>#include <stdlib.h></code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for superlu_timer.c:</div>
<div class="dyncontent">
<div class="center"><img src="superlu__timer_8c__incl.png" border="0" usemap="#aSRC_2superlu__timer_8c" alt=""/></div>
<map name="aSRC_2superlu__timer_8c" id="aSRC_2superlu__timer_8c">
<area shape="rect" title="Timer functions to record the time used." alt="" coords="22,5,167,32"/>
<area shape="rect" title=" " alt="" coords="5,80,88,107"/>
<area shape="rect" title=" " alt="" coords="112,80,176,107"/>
</map>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a901b1224789fec99ee424cbfde8fb301"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="superlu__timer_8c.html#a901b1224789fec99ee424cbfde8fb301">SuperLU_timer_</a> (void)</td></tr>
<tr class="memdesc:a901b1224789fec99ee424cbfde8fb301"><td class="mdescLeft"> </td><td class="mdescRight">Timer function. <a href="superlu__timer_8c.html#a901b1224789fec99ee424cbfde8fb301">More...</a><br /></td></tr>
<tr class="separator:a901b1224789fec99ee424cbfde8fb301"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p >Returns the time in seconds used by the process.</p>
<dl class="section note"><dt>Note</dt><dd>the timer function call is machine dependent. Use conditional compilation to choose the appropriate function. </dd></dl>
</div><h2 class="groupheader">Function Documentation</h2>
<a id="a901b1224789fec99ee424cbfde8fb301" name="a901b1224789fec99ee424cbfde8fb301"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a901b1224789fec99ee424cbfde8fb301">◆ </a></span>SuperLU_timer_()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double SuperLU_timer_ </td>
<td>(</td>
<td class="paramtype">void </td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>The time in seconds used by the process. </dd></dl>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.4
</small></address>
</body>
</html>
|