ProfilerInterface
in
Db adapter profiler interface
Tags
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
finish()
Finish profiler
public
finish() : ProfilerInterface
Return values
ProfilerInterfacegetElapsed()
Get elapsed time
public
getElapsed() : string|null
Return values
string|nullgetFinish()
Get end
public
getFinish() : float|null
Return values
float|nullgetStart()
Get start
public
getStart() : float|null