Documentation

ProfilerInterface
in

Db adapter profiler interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
6.5.0

Table of Contents

Methods

finish()  : ProfilerInterface
Finish profiler
getElapsed()  : string|null
Get elapsed time
getFinish()  : float|null
Get end
getStart()  : float|null
Get start

Methods

getElapsed()

Get elapsed time

public getElapsed() : string|null
Return values
string|null

getFinish()

Get end

public getFinish() : float|null
Return values
float|null

getStart()

Get start

public getStart() : float|null
Return values
float|null

        
On this page

Search results