getElapsedTime() public method
Returns the total elapsed time since the start of the current request.
This method calculates the difference between now and the timestamp defined by constant YII_BEGIN_TIME
which is evaluated at the beginning of yii\BaseYii class file.
public float getElapsedTime ( ) | ||
---|---|---|
return | float |
The total elapsed time in seconds for current request. |
Please login to continue.