Sleep time is highly variable, removing it from the profiling section name

This commit is contained in:
Tim Starling 2005-08-23 16:55:54 +00:00
parent 0336da0f66
commit fb784e6cdf

View file

@ -212,7 +212,7 @@ class LoadBalancer {
}
if ( $sleepTime ) {
$totalElapsed += $sleepTime;
$x = "{$this->mServers[$serverIndex]['host']} $sleepTime [$serverIndex]";
$x = "{$this->mServers[$serverIndex]['host']} [$serverIndex]";
wfProfileIn( "$fname-sleep $x" );
usleep( $sleepTime );
wfProfileOut( "$fname-sleep $x" );