AbstractProfiler
in package
implements
ProfilerInterface
AbstractYes
Db abstract adapter profiler class
Tags
Table of Contents
Interfaces
- ProfilerInterface
- Db adapter profiler interface
Properties
Methods
- __construct() : mixed
- Constructor
- finish() : AbstractProfiler
- Finish profiler
- getElapsed() : string
- Get elapsed time
- getFinish() : float|null
- Get finish
- getStart() : float|null
- Get start
Properties
$finish
Step finish time
protected
float|null
$finish
= null
$start
Step start time
protected
float|null
$start
= null
Methods
__construct()
Constructor
public
__construct() : mixed
Instantiate the profiler object
finish()
Finish profiler
public
finish() : AbstractProfiler
Return values
AbstractProfilergetElapsed()
Get elapsed time
public
getElapsed() : string
Return values
stringgetFinish()
Get finish
public
getFinish() : float|null
Return values
float|nullgetStart()
Get start
public
getStart() : float|null