mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-28 04:00:43 +02:00
Round memory
This commit is contained in:
@@ -67,7 +67,7 @@ class MemoryCollector extends DataCollector implements Renderable
|
||||
$this->updatePeakUsage();
|
||||
return array(
|
||||
'peak_usage' => $this->peakUsage,
|
||||
'peak_usage_str' => $this->getDataFormatter()->formatBytes($this->peakUsage)
|
||||
'peak_usage_str' => $this->getDataFormatter()->formatBytes($this->peakUsage, 0)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user