You are here

public function BenchmarkData::getMemory in Devel 8.3

Same name and namespace in other branches
  1. 8 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getMemory()
  2. 8.2 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getMemory()
  3. 4.x 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\Command

Code

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