Lavoiesl\PhpBenchmark\Profiler::tick PHP 메소드

tick() 공개 메소드

public tick ( )
    public function tick()
    {
        $this->max_memory = max($this->max_memory, memory_get_usage(true));
    }