diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-12-04 20:19:13 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-12-04 20:19:13 +0000 |
| commit | b46bcaa5d851def99767f0d4d1bd2415f7941a78 (patch) | |
| tree | e18424965ae5481773a05e6ec6803ca46e3bb3ec /htroot/PerformanceSearch_p.html | |
| parent | 76cd6ed6f6b4d5f80f3ec2404ccc70350d3577ea (diff) | |
changed method of profiling
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4248 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceSearch_p.html')
| -rw-r--r-- | htroot/PerformanceSearch_p.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/htroot/PerformanceSearch_p.html b/htroot/PerformanceSearch_p.html index 5df066fb4..78f92af07 100644 --- a/htroot/PerformanceSearch_p.html +++ b/htroot/PerformanceSearch_p.html @@ -14,14 +14,18 @@ </p>
<table border="0" cellpadding="2" cellspacing="1"> <tr class="TableHeader" valign="bottom"> - <td>Event</td> - <td>Time (milliseconds)</td> + <td>Query</td> + <td>Event</td>
+ <td>Time</td> + <td>Duration (milliseconds)</td>
<td>Result-Count</td> </tr> #{table}#
<tr class="TableCellDark" valign="bottom">
- <td>#[event]#</td> + <td>#[query]#</td> + <td>#[event]#</td>
<td>#[time]#</td>
+ <td>#[duration]#</td>
<td>#[count]#</td>
</tr> #{/table}#
|
