Documentation

AbstractProfiler
in package
implements ProfilerInterface

Db abstract adapter profiler class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
5.3.0

Interfaces, Classes, Traits and Enums

ProfilerInterface
Db adapter profiler interface

Table of Contents

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

Properties

Methods

__construct()

Constructor

public __construct() : mixed

Instantiate the profiler object

Return values
mixed

getElapsed()

Get elapsed time

public getElapsed() : string
Return values
string

getFinish()

Get finish

public getFinish() : float
Return values
float

Search results