summaryrefslogtreecommitdiff
path: root/htroot/PerformanceSearch_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-03-23 00:55:04 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-03-23 00:55:04 +0000
commit93633abed899e91f9978e5d874ddbb427c74ac13 (patch)
tree89189bff0fbcacfb89f3898c8cd7f0836105c7f5 /htroot/PerformanceSearch_p.html
parentfba46c51d73ca3e348b60b45b61c286d6f189c6e (diff)
- removed some debugging code from search process - should speed up now
- added some profiling code to search event - more time details in PerformanceSearch_p.html git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4594 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceSearch_p.html')
-rw-r--r--htroot/PerformanceSearch_p.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/htroot/PerformanceSearch_p.html b/htroot/PerformanceSearch_p.html
index 78f92af07..c060750d9 100644
--- a/htroot/PerformanceSearch_p.html
+++ b/htroot/PerformanceSearch_p.html
@@ -17,7 +17,8 @@
<td>Query</td>
<td>Event</td>
<td>Time</td>
- <td>Duration (milliseconds)</td>
+ <td>Delta (ms)</td>
+ <td>Duration (ms)</td>
<td>Result-Count</td>
</tr>
#{table}#
@@ -25,6 +26,7 @@
<td>#[query]#</td>
<td>#[event]#</td>
<td>#[time]#</td>
+ <td>#[delta]#</td>
<td>#[duration]#</td>
<td>#[count]#</td>
</tr>