pocketmine\event\TimingsHandler::reset PHP Method

reset() public method

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;
    }