update v 1.0.7.5
This commit is contained in:
2
vendor/phpunit/php-timer/src/Timer.php
vendored
2
vendor/phpunit/php-timer/src/Timer.php
vendored
@@ -91,7 +91,7 @@ class PHP_Timer
|
||||
public static function resourceUsage()
|
||||
{
|
||||
return sprintf(
|
||||
'Time: %s, Memory: %4.2fMb',
|
||||
'Time: %s, Memory: %4.2fMB',
|
||||
self::timeSinceStartOfRequest(),
|
||||
memory_get_peak_usage(true) / 1048576
|
||||
);
|
||||
|
Reference in New Issue
Block a user