Skip to content

Commit 2009a58

Browse files
authored
Round memory
1 parent fe37f04 commit 2009a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DebugBar/DataCollector/MemoryCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function collect()
6767
$this->updatePeakUsage();
6868
return array(
6969
'peak_usage' => $this->peakUsage,
70-
'peak_usage_str' => $this->getDataFormatter()->formatBytes($this->peakUsage)
70+
'peak_usage_str' => $this->getDataFormatter()->formatBytes($this->peakUsage, 0)
7171
);
7272
}
7373

0 commit comments

Comments
 (0)