DbProfilerListener::afterQuery PHP Method

afterQuery() public method

public afterQuery ( $event, $connection )
    public function afterQuery($event, $connection)
    {
        $this->_profiler->stopProfile();
    }