Documentation

AbstractProfiler
in package
implements ProfilerInterface

AbstractYes

Db abstract adapter profiler class

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

Interfaces

ProfilerInterface
Db adapter profiler interface

Properties

$finish  : float|null
Step finish time
$start  : float|null
Step start time

Methods

__construct()  : mixed
Constructor
finish()  : AbstractProfiler
Finish profiler
getElapsed()  : string
Get elapsed time
getFinish()  : float|null
Get finish
getStart()  : float|null
Get start

Properties

Methods

__construct()

Constructor

public __construct() : mixed

Instantiate the profiler object

getElapsed()

Get elapsed time

public getElapsed() : string
Return values
string

getFinish()

Get finish

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

getStart()

Get start

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

        
On this page

Search results