DebugKit\Database\Log\DebugLog::totalTime PHP Method

totalTime() public method

Get the total time
public totalTime ( ) : integer
return integer
    public function totalTime()
    {
        return $this->_totalTime;
    }