Home
last modified time | relevance | path

Searched refs:gpuLoad (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/
DGPU.ets66 let gpuLoad:String = ""
74 gpuLoad = fileOpen(path)
77 let loadStr: string[] = gpuLoad.split("@")
82 load = gpuLoad.toString()
85 this.gpuMap.set("gpuLoad", load)
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DDatabaseEntity.ets172 public gpuLoad: String;
238 gpuFreq?: String, gpuLoad?: String,
266 this.gpuLoad = gpuLoad
315 setGPUData(gpuFreq: String, gpuLoad: String) {
317 this.gpuLoad = gpuLoad
/developtools/profiler/host/smartperf/client/client_ui/
DREADME_zh.md87 | gpuLoad | gpu负载占比,单位%。|
/developtools/profiler/host/smartperf/client/client_command/
DREADME_zh.md66 -g get gpuFreq and gpuLoad
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DTitleWindowPage.ets183 …is.tIndexInfo.gpuFrequency.toString()) / 1e6).toString() + "MHz " + this.tIndexInfo.gpuLoad + "%",
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts256 let gpuLoad = resultSet.getString(resultSet.getColumnIndex("gpuLoad")) variable
273 gpuFrequency, gpuLoad,
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DSummary.ets81 gpuLoadSum += Number(gpDataCur.gpuLoad).valueOf()
DLoad.ets932 if (gpDataCur.gpuLoad == "") {
935 values.add(new EntryOhos(Number(index).valueOf(), Number(gpDataCur.gpuLoad).valueOf()));