Jyxo\Rpc\Client::profileStart PHP 메소드

profileStart() 보호된 메소드

Starts profiling.
protected profileStart ( ) : self
리턴 self
    protected function profileStart() : self
    {
        // Set start time
        if ($this->profiler) {
            $this->timer = \Jyxo\Timer::start();
        }
        return $this;
    }