Lavoiesl\PhpBenchmark\Profiler::start PHP Méthode

start() public méthode

public start ( )
    public function start()
    {
        $this->start_memory = $this->max_memory = memory_get_usage(true);
        $this->start_time = microtime(true);
        register_tick_function(array($this, "tick"));
    }