Searched defs:percentage (Results 1 – 4 of 4) sorted by relevance
263 …const percentage = mainProbe.totalTime > 0 ? Math.round((100 / mainProbe.totalTime) * this.totalTi… constant422 … const percentage = parentTime > 0 ? Math.round((100 / parentTime) * probe.totalTime) : 0 constant
124 percentage: string = ''; property in JsCpuProfilerStatisticsStruct
249 const interpolatedL = 1 - percentage * 0.75; // 百分比越高,亮度越低 constant
223 void HostUpdater::ProcessProgress(uint8_t percentage) in ProcessProgress()