start = \microtime(true); $this->count++; } public function stopQuery() { $this->time += \microtime(true) - $this->start; } }