| /developtools/smartperf_host/ide/src/trace/component/metrics/ |
| D | CpuStrategy.ts | 38 let cpus = metricData[sqlIndex].cpu.split(splitChar); 45 for (let index = 0; index < cpus.length; index++) { 47 cpu: cpus[index],
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/metrics/ |
| D | CpuStrategy.ts | 37 let cpus = metricData[sqlIndex].cpu.split(splitChar); 44 for (let index = 0; index < cpus.length; index++) { 46 cpu: cpus[index],
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/ |
| D | TabPaneCpuByThread.ts | 53 this.cpuByThreadTbl!.innerHTML = this.getTableColumns(cpuByThreadValue.cpus); 59 …getTabCpuByThread(cpuByThreadValue.cpus, cpuByThreadValue.leftNs, cpuByThreadValue.rightNs).then((… 91 for (let i of cpuByThreadValue.cpus) { 124 getTableColumns(cpus: Array<number>) { 126 let cpuByThreadList = cpus.sort((cpuByThreadA, cpuByThreadB) => cpuByThreadA - cpuByThreadB);
|
| D | TabPaneCpuUsage.ts | 41 getTabCpuUsage(cpuUsageValue.cpus, cpuUsageValue.leftNs, cpuUsageValue.rightNs), 42 getTabCpuFreq(cpuUsageValue.cpus, cpuUsageValue.leftNs, cpuUsageValue.rightNs), 49 for (let cpu of cpuUsageValue.cpus) {
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/cpu/ |
| D | TabPaneCpuByThread.ts | 53 this.cpuByThreadTbl!.innerHTML = this.getTableColumns(cpuByThreadValue.cpus); 59 …getTabCpuByThread(cpuByThreadValue.cpus, cpuByThreadValue.leftNs, cpuByThreadValue.rightNs).then((… 91 for (let i of cpuByThreadValue.cpus) { 124 getTableColumns(cpus: Array<number>) { 126 let cpuByThreadList = cpus.sort((cpuByThreadA, cpuByThreadB) => cpuByThreadA - cpuByThreadB);
|
| D | TabPaneCpuUsage.ts | 41 getTabCpuUsage(cpuUsageValue.cpus, cpuUsageValue.leftNs, cpuUsageValue.rightNs), 42 getTabCpuFreq(cpuUsageValue.cpus, cpuUsageValue.leftNs, cpuUsageValue.rightNs), 49 for (let cpu of cpuUsageValue.cpus) {
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/cpu/ |
| D | TabPaneCpuByThread.test.ts | 56 let a = { rightNs: 1, cpus: [11, 12, 13] }; 63 let a = { rightNs: 1, cpus: [11, 12, 13] };
|
| D | TabPaneBoxChild.test.ts | 36 cpus: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatstics.test.ts | 85 cpus: [], 149 cpus: [3], 213 cpus: [1,3], 277 cpus: [], 340 cpus: [0],
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ |
| D | SqlLite.ts | 641 export const getTabCpuUsage = (cpus: Array<number>, leftNs: number, rightNs: number): Promise<Array… 661 cpu in (${cpus.join(',')}) 671 export const getTabCpuFreq = (cpus: Array<number>, leftNs: number, rightNs: number): Promise<Array<… 689 cpu in (${cpus.join(',')}) 786 export const getTabCpuByProcess = (cpus: Array<number>, leftNS: number, rightNS: number) => 800 B.cpu in (${cpus.join(',')}) 810 export const getTabCpuByThread = (cpus: Array<number>, leftNS: number, rightNS: number) => 825 TS.cpu in (${cpus.join(',')}) 2649 cpus: Array<number>, 2665 if (cpus.length != 0 || processes.length != 0 || threads.length != 0) { [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/base/ |
| D | TraceSheet.test.ts | 31 cpus: { length: 1 }, 52 cpus: { length: 1 },
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/ |
| D | TraceSheetConfig.ts | 111 require: (param: SelectionParam) => param.cpus.length > 0, 116 require: (param: SelectionParam) => param.cpus.length > 0, 121 require: (param: SelectionParam) => param.cpus.length > 0, 126 require: (param: SelectionParam) => param.cpus.length > 0, 131 require: (param: SelectionParam) => param.cpus.length > 0,
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | SqlLite.ts | 655 export const getTabCpuUsage = (cpus: Array<number>, leftNs: number, rightNs: number): Promise<Array… 675 cpu in (${cpus.join(',')}) 685 export const getTabCpuFreq = (cpus: Array<number>, leftNs: number, rightNs: number): Promise<Array<… 703 cpu in (${cpus.join(',')}) 800 export const getTabCpuByProcess = (cpus: Array<number>, leftNS: number, rightNS: number) => 814 B.cpu in (${cpus.join(',')}) 824 export const getTabCpuByThread = (cpus: Array<number>, leftNS: number, rightNS: number) => 839 TS.cpu in (${cpus.join(',')}) 2642 cpus: Array<number>, 2658 if (cpus.length != 0 || processes.length != 0 || threads.length != 0) { [all …]
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | BoxSelection.test.ts | 27 cpus: 1, 42 cpus: expect.any(Number),
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceSheetConfig.ts | 147 require: (param: SelectionParam) => param.cpus.length > 0, 152 require: (param: SelectionParam) => param.cpus.length > 0, 157 require: (param: SelectionParam) => param.cpus.length > 0, 162 require: (param: SelectionParam) => param.cpus.length > 0, 167 require: (param: SelectionParam) => param.cpus.length > 0,
|
| /developtools/hiperf/interfaces/kits/js/ |
| D | @ohos.hiperf.d.ts | 109 function setSelectCpus(cpus: number[]): boolean;
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/process/ |
| D | TabPaneThreadUsage.test.ts | 74 cpus: [], variable
|
| D | TabPaneSlices.test.ts | 64 cpus: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/energy/ |
| D | TabPaneEnergyAnomaly.test.ts | 86 cpus: [],
|
| D | TabPanePowerBattery.test.ts | 58 cpus: [0],
|
| D | TabPanePowerDetails.test.ts | 84 cpus: [3],
|
| /developtools/profiler/host/smartperf/ide/src/trace/bean/ |
| D | BoxSelection.ts | 39 cpus: Array<number> = []; property in SelectionParam
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_merged_abc.ts | 113 const fileThreads = os.cpus().length < 16 ? os.cpus().length : 16;
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | sp_utils.cpp | 230 std::string cpus; in GetCpuInfo() local 231 LoadFile(policyFiles[i] + "/affected_cpus", cpus); in GetCpuInfo() 237 resultMap[nameBase + "cluster"] = cpus; in GetCpuInfo()
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/ |
| D | TabPaneMemoryAbility.test.ts | 61 cpus: [1],
|