Searched refs:_cpuUsage (Results 1 – 3 of 3) sorted by relevance
408 private _cpuUsage: Array<{ cpu: number; ro: number; rate: number }> = [];428 this._cpuUsage = value;433 let maxNum = Math.round(this._cpuUsage.length / 100);436 for (let i = 0; i < this._cpuUsage.length; i++) {438 let it = this._cpuUsage[i];475 if (this._cpuUsage.length > 0) {
129 _cpuUsage: Array<{ cpu: number; ro: number; rate: number }> = []; property in TimerShaftElement152 this._cpuUsage = value;154 this._rangeRuler.cpuUsage = this._cpuUsage;
132 private _cpuUsage: Array<{ cpu: number; ro: number; rate: number }> = []; property in RangeRuler155 this._cpuUsage = value;163 for (let index = 0; index < this._cpuUsage.length; index++) {164 let cpuUsageItem = this._cpuUsage[index];185 if (this._cpuUsage.length > 0) {