|
<!DOCTYPE HTML><html xmlns:f="http://saxonica.com/ns/profile-functions">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Analysis of Query + Execution Time</title>
|
|
<style>
|
|
|
|
|
|
body {
|
|
background: #e4eef0;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 14pt;
|
|
font-style: normal;
|
|
color: #3D5B96;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h2 {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 12pt;
|
|
font-style: normal;
|
|
color: #96433D;
|
|
font-weight: bold;
|
|
}
|
|
|
|
p {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 9pt;
|
|
font-style: normal;
|
|
color: #3D5B96;
|
|
font-weight: normal;
|
|
line-height: 1.3em;
|
|
padding-right:15px;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
th, td {
|
|
border: 1px solid black;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 9pt;
|
|
font-style: normal;
|
|
color: #3D5B96;
|
|
text-decoration: none;
|
|
line-height: 1.3em;
|
|
padding-left: 15px;
|
|
text-indent: -15px;
|
|
padding-right: 15px;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
th {
|
|
background: #B1CCC7;
|
|
font-weight: bold;
|
|
}
|
|
|
|
td {
|
|
font-weight: normal;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Analysis of Query Execution Time</h1>
|
|
<p>Total time: 34.048 milliseconds</p>
|
|
<h2>Time spent in each function or global variable:</h2>
|
|
<p>The table below is ordered by the total net time spent in the
|
|
function or global variable. Gross time means the time including called
|
|
functions (recursive calls only count from the original entry);
|
|
net time means time excluding time spent in called functions.</p>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>module</th>
|
|
<th>line</th>
|
|
<th>instruction</th>
|
|
<th>count</th>
|
|
<th>average time (gross/ms)</th>
|
|
<th>total time (gross/ms)</th>
|
|
<th>average time (net/ms)</th>
|
|
<th>total time (net/ms)</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a href=""></a></td>
|
|
<td align="right">49</td>
|
|
<td>xsl:function local:out_root_x</td>
|
|
<td align="right">1</td>
|
|
<td align="right">28.393</td>
|
|
<td align="right">28.393</td>
|
|
<td align="right">27.631</td>
|
|
<td align="right">27.631</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href=""></a></td>
|
|
<td align="right">106</td>
|
|
<td>xsl:function local:out_root</td>
|
|
<td align="right">1</td>
|
|
<td align="right">30.446</td>
|
|
<td align="right">30.446</td>
|
|
<td align="right">2.053</td>
|
|
<td align="right">2.053</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href=""></a></td>
|
|
<td align="right">3</td>
|
|
<td>xsl:function local:out_root_x_c</td>
|
|
<td align="right">3</td>
|
|
<td align="right">0.254</td>
|
|
<td align="right">0.762</td>
|
|
<td align="right">0.254</td>
|
|
<td align="right">0.762</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|