Gets the query execution elapsed time.
float The elapsed time.
public function getElapsedTime() : float { return $this->time - $this->startTime; }