/developtools/profiler/host/smartperf/ide/src/trace/component/metrics/ |
D | CpuStrategy.ts | 30 threads: { 80 threads: { 96 threads: ThreadsItem; property
|
D | SysCallsTopStrategy.ts | 32 threads: { 55 threads: ThreadsItem property
|
/developtools/profiler/host/smartperf/ide/src/trace/bean/ |
D | AbilityMonitor.ts | 27 threads: number = -1 property in SystemCpuSummary 76 threads: number = -1 property in LiveProcess
|
/developtools/profiler/host/smartperf/ide/test/trace/bean/ |
D | AbilityMonitor.test.ts | 38 threads: -1, 54 threads: expect.any(Number), 254 threads: -1, 263 threads: expect.any(Number) }, `
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ |
D | TabPaneContextSwitch.ts | 183 let threads = threadMap.get(process.processId); 184 if (threads != undefined) { 185 threads!.map((spt) => { 191 process.children = threads ?? []; 193 for (let thread of threads!) {
|
D | TabPanePTS.ts | 183 let threads = threadMap.get(process.processId); 184 if (threads != undefined) { 185 threads!.map((spt) => { 191 process.children = threads ?? []; 193 for (let thread of threads!) {
|
D | TabPaneSPT.ts | 192 let threads = map!.get(process.processId); 193 threads!.map((spt) => { 198 process.children = threads ?? [];
|
D | TabPaneThreadSwitch.ts | 193 let threads = map!.get(process.processId); 194 threads!.map((spt) => { 199 process.children = threads ?? [];
|
D | TabPaneCpuAbility.ts | 97 … systemCpuSummary.threadsStr = ColorUtils.formatNumberComma(systemCpuSummary.threads);
|
D | TabPaneLiveProcesses.ts | 77 array.push(liveProcess.threads.toString())
|
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/ |
D | TabPaneLiveProcesses.test.ts | 39 threads:-1,
|
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/ability/ |
D | TabPaneLiveProcesses.test.ts | 39 threads:-1,
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ |
D | SqlLite.ts | 1921 … number, rightNs: number, cpus: Array<number>, processes: Array<number>, threads: Array<number>): … 1934 if (cpus.length != 0 || processes.length != 0 || threads.length != 0) { 1937 let arg3 = threads.length > 0 ? `or tid in (${threads.join(",")})` : ''; 1944 … number, rightNs: number, cpus: Array<number>, processes: Array<number>, threads: Array<number>): … 1951 if (cpus.length != 0 || processes.length != 0 || threads.length != 0) { 1954 let arg3 = threads.length > 0 ? `or A.thread_id in (${threads.join(",")})` : '';
|
D | TraceWorkerPerfDataQuery.ts | 41 …let threads = queryFunc("queryPerfThread", `select a.thread_id as tid,a.thread_name as threadName,… 42 threads.forEach((thread:any) => {
|
/developtools/hdc/ |
D | hdc.para.dac | 18 persist.hdc.uv.threads = root:shell:0660
|
D | BUILD.gn | 21 # suggestion: uv threads number from 16 - 256
|
/developtools/hiperf/test/unittest/common/native/ |
D | perf_events_test.cpp | 42 static void RunTestThreads(std::vector<std::thread> &threads); 111 void PerfEventsTest::RunTestThreads(std::vector<std::thread> &threads) in RunTestThreads() argument 115 threads.emplace_back(std::thread(&TestCodeThread)); in RunTestThreads()
|
/developtools/hiperf/demo/cpp/ |
D | hiperf_example_cmd.cpp | 337 std::thread threads[option.numThreads]; in RunSampleThread() local 339 threads[count] = std::thread(ExampleThread, option); in RunSampleThread() 342 threads[count].join(); in RunSampleThread()
|
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
D | ProcedureLogicWorkerPerf.ts | 56 let threads = convertJSON(data.params.list)||[] 57 threads.forEach((thread:any) => { 130 let threads = selectionParam.perfAll ? [] : selectionParam.perfThread 132 if (cpus.length != 0 || processes.length != 0 || threads.length != 0) { 135 let arg3 = threads.length > 0 ? `or s.thread_id in (${threads.join(",")})` : '';
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ability/ |
D | TabPaneLiveProcesses.ts | 81 array.push(liveProcess.threads.toString())
|
D | TabPaneCpuAbility.ts | 101 … systemCpuSummary.threadsStr = ColorUtils.formatNumberComma(systemCpuSummary.threads);
|
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/ |
D | SpProcessChart.ts | 325 … let threads = this.processThreads.filter(thread => thread.pid === it.pid && thread.tid != 0); variable 326 for (let j = 0; j < threads.length; j++) { 327 let thread = threads[j];
|
/developtools/global_resource_tool/build/libxml2/ |
D | CMakeLists.txt | 272 ${libxml2_original}/include/libxml/threads.h 332 ${libxml2_original}/threads.c
|
/developtools/profiler/host/smartperf/ide/src/trace/component/ |
D | SpRecyclerSystemTrace.ts | 610 …let threads = this.processThreads.filter(thread => thread.pid === it.pid && thread.tid != 0 && thr… variable 611 threads.forEach((thread, i) => {
|
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
D | trace_stdtype.cpp | 1030 int64_t threads) in AppendNewData() argument 1037 threads_.emplace_back(threads); in AppendNewData() 1070 int32_t threads, in AppendNewData() argument 1083 threads_.emplace_back(threads); in AppendNewData()
|