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/PerformanceMemory_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/PerformanceMemory_p.html')
| -rw-r--r-- | htroot/PerformanceMemory_p.html | 1 |
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>
|
