Yii2 执行时间(服务当前请求的总时间)

Yii2 execution time (total time for serving the current request)

方法的等价物是什么

Yii::getLogger()->getExecutionTime()

在Yii2中,表示服务当前请求的总时间?

你应该简单地使用:

Yii::getLogger()->getElapsedTime();

阅读更多:http://www.yiiframework.com/doc-2.0/yii-log-logger.html#getElapsedTime()-detail