mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Bugfix previous commit
This commit is contained in:
parent
2518881d10
commit
8eaf9dc9c3
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class Logger extends \MailSo\Base\Collection
|
||||||
{
|
{
|
||||||
if ($this->bUsed)
|
if ($this->bUsed)
|
||||||
{
|
{
|
||||||
$this->Write('Memory peak usage: '.\MailSo\Utils::FormatFileSize(\memory_get_peak_usage(true), 2),
|
$this->Write('Memory peak usage: '.\MailSo\Base\Utils::FormatFileSize(\memory_get_peak_usage(true), 2),
|
||||||
Enumerations\Type::MEMORY);
|
Enumerations\Type::MEMORY);
|
||||||
$this->Write('Time delta: '.(\microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']), Enumerations\Type::TIME_DELTA);
|
$this->Write('Time delta: '.(\microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']), Enumerations\Type::TIME_DELTA);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue