pocketmine\event\TimingsHandler::reset PHP Метод

reset() публичный Метод

public reset ( )
    public function reset()
    {
        $this->count = 0;
        $this->curCount = 0;
        $this->violations = 0;
        $this->curTickTotal = 0;
        $this->totalTime = 0;
        $this->start = 0;
        $this->timingDepth = 0;
    }