function TimeDataCollector::getMemory

Gets the memory.

Return value

int The memory

File

webprofiler/src/DataCollector/TimeDataCollector.php, line 53

Class

TimeDataCollector
Class TimeDataCollector.

Namespace

Drupal\webprofiler\DataCollector

Code

public function getMemory() {
    return $this->data['memory'];
}