function(string $key = 'default') { if ($this->hasStarted($key)) { return microtime(1) - $this->_measures[$key]['start']; } }