start = microtime(true); return parent::beforeAction($action); // TODO: Change the autogenerated stub } public function afterAction($action, $result) { $this->end = microtime(true); return parent::afterAction($action, $result); // TODO: Change the autogenerated stub } }