Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DCPU2LineChartPage.ets24 @State cpu2Frequency: number= 0 //数值
39 if (globalThis.cpu2Frequency == undefined) {
40 this.cpu2Frequency = 0
42 this.cpu2Frequency = parseInt(globalThis.cpu2Frequency) / 1e3
44 if (this.cpu2Frequency == 0) {
47 let lineCount: number = this.cpu2Frequency / 30
66 Text( this.cpu2Frequency + "MHz")
DTitleWindowPage.ets71 globalThis.cpu2Frequency = that.tIndexInfo.cpu2Frequency
75 globalThis.cpu2Frequency = that.tIndexInfo.cpu7Frequency
77 that.tIndexInfo.cpu2Frequency = that.tIndexInfo.cpu7Frequency
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DDatabaseEntity.ets157 public cpu2Frequency: String;
251 this.cpu2Frequency = cpu2Freq
296 this.cpu2Frequency = cpu2Freq
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts240 … let cpu2Frequency = resultSet.getString(resultSet.getColumnIndex("cpu2Frequency")) variable
271 …cpu0Frequency, cpu1Frequency, cpu2Frequency, cpu3Frequency, cpu4Frequency, cpu5Frequency, cpu6Freq…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DSummary.ets86 cpu2FreqSum += Number(gpDataCur.cpu2Frequency).valueOf()