PHP 클래스 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.
파일 보기 프로젝트 열기: johnbillion/query-monitor

보호된 프로퍼티들

프로퍼티 타입 설명
$end
$laps
$start
$trace

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

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

end() 공개 메소드

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

get_laps() 공개 메소드

public get_laps ( )

get_memory() 공개 메소드

public get_memory ( )

get_time() 공개 메소드

public get_time ( )

get_trace() 공개 메소드

public get_trace ( )

lap() 공개 메소드

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

start() 공개 메소드

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

stop() 공개 메소드

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

프로퍼티 상세

$end 보호되어 있는 프로퍼티

protected $end

$laps 보호되어 있는 프로퍼티

protected $laps

$start 보호되어 있는 프로퍼티

protected $start

$trace 보호되어 있는 프로퍼티

protected $trace