Jyxo\Rpc\Client::profileStart PHP Method

profileStart() protected method

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