PhpunitMemoryAndTimeUsageListener\Domain\Measurement\MemoryMeasurement::toKiloBytes PHP Method

toKiloBytes() protected method

protected toKiloBytes ( $bytes ) : float
$bytes
return float
    protected function toKiloBytes($bytes)
    {
        return (double) round($bytes / 1024, 2);
    }