Function

Gjsgjs/systemdumpMemoryInfo

  • Dump internal garbage collector statistics. If path is not given, GJS will write the contents to stdout.

    Parameters

    • Optionalpath: string

      Optional file path

    Returns void

    1.70

    {
    "gcBytes": 794624,
    "gcMaxBytes": 4294967295,
    "mallocBytes": 224459,
    "gcIsHighFrequencyMode": true,
    "gcNumber": 1,
    "majorGCCount": 1,
    "minorGCCount": 1,
    "sliceCount": 1,
    "zone": {
    "gcBytes": 323584,
    "gcTriggerBytes": 42467328,
    "gcAllocTrigger": 36097228.8,
    "mallocBytes": 120432,
    "mallocTriggerBytes": 59768832,
    "gcNumber": 1
    }
    }