public function BenchmarkData::getMemory in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getMemory()
- 8 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getMemory()
- 8.2 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getMemory()
Return value
mixed
File
- webprofiler/
src/ Command/ BenchmarkData.php, line 46
Class
- BenchmarkData
- Class BenchmarkData.
Namespace
Drupal\webprofiler\CommandCode
public function getMemory() {
return $this->memory;
}