Home
last modified time | relevance | path

Searched refs:cpu0Frequency (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DCPU0LineChartPage.ets24 @State cpu0Frequency: number= 0 //数值
38 if (globalThis.cpu0Frequency == undefined) {
39 this.cpu0Frequency = 0
41 this.cpu0Frequency = parseInt(globalThis.cpu0Frequency) / 1e3
43 if (this.cpu0Frequency == 0) {
46 let lineCount: number = this.cpu0Frequency / 30
66 Text( this.cpu0Frequency + "MHz")
DTitleWindowPage.ets69 globalThis.cpu0Frequency = that.tIndexInfo.cpu0Frequency
169 if (this.tIndexInfo.cpu0Frequency != undefined) {
172 …value: (parseInt(this.tIndexInfo.cpu0Frequency.toString()) / 1e3).toString() + "MHz " + this.tInd…
/developtools/profiler/host/smartperf/client/client_ui/
DREADME_zh.md84 | cpu0Frequency | cpu0核心的频率,单位一般是HZ。|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DDatabaseEntity.ets153 public cpu0Frequency: String;
249 this.cpu0Frequency = cpu0Freq
294 this.cpu0Frequency = cpu0Freq
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts238 … let cpu0Frequency = resultSet.getString(resultSet.getColumnIndex("cpu0Frequency")) variable
271cpu0Frequency, cpu1Frequency, cpu2Frequency, cpu3Frequency, cpu4Frequency, cpu5Frequency, cpu6Freq…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DSummary.ets84 cpu0FreqSum += Number(gpDataCur.cpu0Frequency).valueOf()
DLoad.ets698 if (gpDataCur.cpu0Frequency == "") {
701 …values.add(new EntryOhos(Number(index).valueOf(), Number(gpDataCur.cpu0Frequency).valueOf() / 1e3)…
712 let set1 = new LineDataSet(values, "cpu0Frequency(MHZ)");
1049 Text("cpu0Frequency(MHZ)") {