GarbageCollectorStatus
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $applicationTime : float|null
- $bufferSize : int|null
- $collected : int
- $collectorTime : float|null
- $destructorTime : float|null
- $freeTime : float|null
- $full : bool|null
- $protected : bool|null
- $roots : int
- $running : bool|null
- $runs : int
- $threshold : int
Methods
- __construct() : mixed
- applicationTime() : float
- bufferSize() : int
- collected() : int
- collectorTime() : float
- destructorTime() : float
- freeTime() : float
- hasExtendedInformation() : bool
- isFull() : bool
- isProtected() : bool
- isRunning() : bool
- roots() : int
- runs() : int
- threshold() : int
Properties
$applicationTime
private
float|null
$applicationTime
$bufferSize
private
int|null
$bufferSize
$collected
private
int
$collected
$collectorTime
private
float|null
$collectorTime
$destructorTime
private
float|null
$destructorTime
$freeTime
private
float|null
$freeTime
$full
private
bool|null
$full
$protected
private
bool|null
$protected
$roots
private
int
$roots
$running
private
bool|null
$running
$runs
private
int
$runs
$threshold
private
int
$threshold
Methods
__construct()
public
__construct(int $runs, int $collected, int $threshold, int $roots, float|null $applicationTime, float|null $collectorTime, float|null $destructorTime, float|null $freeTime, bool|null $running, bool|null $protected, bool|null $full, int|null $bufferSize) : mixed
Parameters
- $runs : int
- $collected : int
- $threshold : int
- $roots : int
- $applicationTime : float|null
- $collectorTime : float|null
- $destructorTime : float|null
- $freeTime : float|null
- $running : bool|null
- $protected : bool|null
- $full : bool|null
- $bufferSize : int|null
applicationTime()
public
applicationTime() : float
Tags
Return values
floatbufferSize()
public
bufferSize() : int
Tags
Return values
intcollected()
public
collected() : int
Return values
intcollectorTime()
public
collectorTime() : float
Tags
Return values
floatdestructorTime()
public
destructorTime() : float
Tags
Return values
floatfreeTime()
public
freeTime() : float
Tags
Return values
floathasExtendedInformation()
public
hasExtendedInformation() : bool
Tags
Return values
boolisFull()
public
isFull() : bool
Tags
Return values
boolisProtected()
public
isProtected() : bool
Tags
Return values
boolisRunning()
public
isRunning() : bool
Tags
Return values
boolroots()
public
roots() : int
Return values
intruns()
public
runs() : int
Return values
intthreshold()
public
threshold() : int