function(string $key = 'default') { if (isset($this->_measures[$key])) { return \array_merge( ['current' => $this->hasStarted($key) ? $this->measure($key) : 0], $this->_measures[$key] ); } return []; }