summaryrefslogtreecommitdiff
path: root/htroot/PerformanceMemory_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-12-04 20:19:13 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-12-04 20:19:13 +0000
commitb46bcaa5d851def99767f0d4d1bd2415f7941a78 (patch)
treee18424965ae5481773a05e6ec6803ca46e3bb3ec /htroot/PerformanceMemory_p.html
parent76cd6ed6f6b4d5f80f3ec2404ccc70350d3577ea (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/PerformanceMemory_p.html')
-rw-r--r--htroot/PerformanceMemory_p.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html
index 8cffb0db2..9cc7d67da 100644
--- a/htroot/PerformanceMemory_p.html
+++ b/htroot/PerformanceMemory_p.html
@@ -8,6 +8,7 @@
<script type="text/javascript"><!--
function reloadGraph() {
document.images["graph"].src="PerformanceGraph.png?time="+(new Date()).getTime() ;
+ window.status="";
}
window.setInterval("reloadGraph()", 1000);
//--></script>