yii\mongodb\Migration::beginProfile PHP 메소드

beginProfile() 보호된 메소드

Marks the beginning of a code block for profiling.
부터: 2.1.1
protected beginProfile ( string $token )
$token string token for the code block.
    protected function beginProfile($token)
    {
        $this->profileTokens[$token] = microtime(true);
        $this->log($token);
    }