Home
last modified time | relevance | path

Searched defs:cpus (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/
DTabCpuByProcess.java72 public void loadTabData(final List<Integer> cpus, long leftNs, long rightNs) { in loadTabData()
DTabCpuByThread.java72 public void loadTabData(final List<Integer> cpus, long leftNs, long rightNs) { in loadTabData()
DAnalystPanel.java500 List<Cpu> cpus = new ArrayList<>() { in loadCpuFreqData() local
520 …public void boxSelection(final List<Integer> cpus, final List<Integer> threadIds, final List<Integ… in boxSelection()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/trace/component/
DAnalystPanelTest.java211 List<Integer> cpus = new ArrayList<>(); in boxSelection() local
222 List<Integer> cpus = new ArrayList<>(); in boxSelectionNull() local
232 List<Integer> cpus = new ArrayList<>(); in boxSelectionNotNull() local
245 List<Integer> cpus = new ArrayList<>(); in boxSelectionNotEmpty() local
258 List<Integer> cpus = new ArrayList<>(); in boxSelectionOnlyCpu() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/ruler/
DCpuFragment.java118 ArrayList<CpuRateBean> cpus = new ArrayList<>() { in reloadData() local
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DBoxSelection.ts17 cpus: Array<number> = []; property in SelectionParam
/developtools/hiperf/test/unittest/common/native/
Dhiperf_client_test.cpp155 vector<int> cpus = {0, 1}; variable
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp154 void RecordOption::SetSelectCpus(const std::vector<int> &cpus) in SetSelectCpus()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/
DAppTracePanel.java455 List<Cpu> cpus = new ArrayList<>() { in insertCpuRow() local
/developtools/hiperf/src/
Dperf_events.cpp715 void PerfEvents::SetCpu(std::vector<pid_t> cpus) in SetCpu()