Home
last modified time | relevance | path

Searched refs:cpu1Frequency (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DCPU1LineChartPage.ets24 @State cpu1Frequency: number= 0 //数值
39 if (globalThis.cpu1Frequency == undefined) {
40 this.cpu1Frequency = 0
42 this.cpu1Frequency = parseInt(globalThis.cpu1Frequency) / 1e3
44 if (this.cpu1Frequency == 0) {
47 let lineCount: number = this.cpu1Frequency /30
68 Text( this.cpu1Frequency + "MHz")
DTitleWindowPage.ets70 globalThis.cpu1Frequency = that.tIndexInfo.cpu1Frequency
74 globalThis.cpu1Frequency = that.tIndexInfo.cpu4Frequency
76 that.tIndexInfo.cpu1Frequency = that.tIndexInfo.cpu4Frequency
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DDatabaseEntity.ets155 public cpu1Frequency: String;
250 this.cpu1Frequency = cpu1Freq
295 this.cpu1Frequency = cpu1Freq
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts239 … let cpu1Frequency = resultSet.getString(resultSet.getColumnIndex("cpu1Frequency")) variable
271 …cpu0Frequency, cpu1Frequency, cpu2Frequency, cpu3Frequency, cpu4Frequency, cpu5Frequency, cpu6Freq…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DSummary.ets85 cpu1FreqSum += Number(gpDataCur.cpu1Frequency).valueOf()