PHP Class QM_Timer, query-monitor

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Show file Open project: johnbillion/query-monitor

Protected Properties

Property Type Description
$end
$laps
$start
$trace

Public Methods

Method Description
__construct ( array $data = null )
end ( array $data = null )
get_laps ( )
get_memory ( )
get_time ( )
get_trace ( )
lap ( array $data = null, $name = null )
start ( array $data = null )
stop ( array $data = null )

Method Details

__construct() public method

public __construct ( array $data = null )
$data array

end() public method

public end ( array $data = null )
$data array

get_laps() public method

public get_laps ( )

get_memory() public method

public get_memory ( )

get_time() public method

public get_time ( )

get_trace() public method

public get_trace ( )

lap() public method

public lap ( array $data = null, $name = null )
$data array

start() public method

public start ( array $data = null )
$data array

stop() public method

public stop ( array $data = null )
$data array

Property Details

$end protected property

protected $end

$laps protected property

protected $laps

$start protected property

protected $start

$trace protected property

protected $trace