GarbageCollectorStatus
    
            
            in package
            
        
    
    
    
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 read-only
    private
        float|null
    $applicationTime
    
    
    
    
$bufferSize read-only
    private
        int|null
    $bufferSize
    
    
    
    
$collected read-only
    private
        int
    $collected
    
    
    
    
$collectorTime read-only
    private
        float|null
    $collectorTime
    
    
    
    
$destructorTime read-only
    private
        float|null
    $destructorTime
    
    
    
    
$freeTime read-only
    private
        float|null
    $freeTime
    
    
    
    
$full read-only
    private
        bool|null
    $full
    
    
    
    
$protected read-only
    private
        bool|null
    $protected
    
    
    
    
$roots read-only
    private
        int
    $roots
    
    
    
    
$running read-only
    private
        bool|null
    $running
    
    
    
    
$runs read-only
    private
        int
    $runs
    
    
    
    
$threshold read-only
    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