public function StopwatchPeriod::getMemory in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getMemory()
- 8.2 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getMemory()
- 4.x webprofiler/src/Stopwatch.php \Drupal\webprofiler\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\webprofilerCode
public function getMemory() {
return $this->memory;
}