D | AbilityMonitor.ts | 170 gpuName: string = ''; property in GpuMemory 209 gpuName: string = ''; property in GpuMemoryComparison 214 constructor(process: string, thread: string, gpuName: string, value: number) { 215 super(process + '' + thread + '' + gpuName, value); 217 this.gpuName = gpuName; 223 return new GpuMemoryComparison(this.process, this.thread, this.gpuName, value);
|