interface MemoryUsageReport {
    cpuMemory: number;
    gpuMemory: number;
}

Properties

Properties

cpuMemory: number
gpuMemory: number