function StopwatchPeriod::getMemory

Gets the memory usage.

Return value

integer The memory usage (in bytes)

File

webprofiler/src/Stopwatch.php, line 538

Class

StopwatchPeriod
Class StopwatchPeriod

Namespace

Drupal\webprofiler

Code

public function getMemory() {
    return $this->memory;
}