NOTE | '; $out .= 'You must keep in mind to refresh this page a few times ' . 'to "catch" the right result. The numbers change sometimes drastically during ' . 'each refresh. I assume that this is because of PHP\'s memory garbage collector ' . 'that drops in randomly and also other processes that run on this machine have an ' . 'influence. | '; $out .= '
'
. 'Test: ' . $profTest['title'] . ' | ||
---|---|---|
' . $profTest['text'] . ' | ||
"; $out .= '+'.str_replace(' ',' ',str_pad($procent,5,' ',STR_PAD_LEFT)).' %'; $out .= ' | '; $out .= ""; $funcName = $profTest['function'][$res]; $out .= isSet($profTest['TestCaption'][$res]) ? ($res+1).': '. $profTest['TestCaption'][$res] : ' '; $out .= ' | '; $time = round($profTest['result'][$res]); $time = str_pad($time,5,' ',STR_PAD_LEFT); $out .= 'Total time:' . str_replace(' ',' ',$time) . '[ms]'; $out .= ' | '; } $out .= '
";
$out .= 'Conclusion: ' . $profTest['conclusion']; $out .= ' | ';
$out .= '