final class GarbageCollectorStatus (View source)

Methods

__construct(int $runs, int $collected, int $threshold, int $roots, float $applicationTime, float $collectorTime, float $destructorTime, float $freeTime, bool $running, bool $protected, bool $full, int $bufferSize)

No description

int
runs()

No description

int
collected()

No description

int
threshold()

No description

int
roots()

No description

float
applicationTime()

No description

float
collectorTime()

No description

float
destructorTime()

No description

float
freeTime()

No description

bool
isRunning()

No description

bool
isProtected()

No description

bool
isFull()

No description

int
bufferSize()

No description

Details

__construct(int $runs, int $collected, int $threshold, int $roots, float $applicationTime, float $collectorTime, float $destructorTime, float $freeTime, bool $running, bool $protected, bool $full, int $bufferSize)

No description

Parameters

int $runs
int $collected
int $threshold
int $roots
float $applicationTime
float $collectorTime
float $destructorTime
float $freeTime
bool $running
bool $protected
bool $full
int $bufferSize

int runs()

No description

Return Value

int

int collected()

No description

Return Value

int

int threshold()

No description

Return Value

int

int roots()

No description

Return Value

int

float applicationTime()

No description

Return Value

float

float collectorTime()

No description

Return Value

float

float destructorTime()

No description

Return Value

float

float freeTime()

No description

Return Value

float

bool isRunning()

No description

Return Value

bool

bool isProtected()

No description

Return Value

bool

bool isFull()

No description

Return Value

bool

int bufferSize()

No description

Return Value

int