Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 25 of 27) sorted by relevance

12

/developtools/profiler/host/smartperf/ide/src/trace/component/metrics/
DCpuStrategy.ts30 threads: {
80 threads: {
96 threads: ThreadsItem; property
DSysCallsTopStrategy.ts32 threads: {
55 threads: ThreadsItem property
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DAbilityMonitor.ts27 threads: number = -1 property in SystemCpuSummary
76 threads: number = -1 property in LiveProcess
/developtools/profiler/host/smartperf/ide/test/trace/bean/
DAbilityMonitor.test.ts38 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/
DTabPaneContextSwitch.ts183 let threads = threadMap.get(process.processId);
184 if (threads != undefined) {
185 threads!.map((spt) => {
191 process.children = threads ?? [];
193 for (let thread of threads!) {
DTabPanePTS.ts183 let threads = threadMap.get(process.processId);
184 if (threads != undefined) {
185 threads!.map((spt) => {
191 process.children = threads ?? [];
193 for (let thread of threads!) {
DTabPaneSPT.ts192 let threads = map!.get(process.processId);
193 threads!.map((spt) => {
198 process.children = threads ?? [];
DTabPaneThreadSwitch.ts193 let threads = map!.get(process.processId);
194 threads!.map((spt) => {
199 process.children = threads ?? [];
DTabPaneCpuAbility.ts97 … systemCpuSummary.threadsStr = ColorUtils.formatNumberComma(systemCpuSummary.threads);
DTabPaneLiveProcesses.ts77 array.push(liveProcess.threads.toString())
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/
DTabPaneLiveProcesses.test.ts39 threads:-1,
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/ability/
DTabPaneLiveProcesses.test.ts39 threads:-1,
/developtools/profiler/host/smartperf/ide/src/trace/database/
DSqlLite.ts1921 … 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(",")})` : '';
DTraceWorkerPerfDataQuery.ts41 …let threads = queryFunc("queryPerfThread", `select a.thread_id as tid,a.thread_name as threadName,…
42 threads.forEach((thread:any) => {
/developtools/hdc/
Dhdc.para.dac18 persist.hdc.uv.threads = root:shell:0660
DBUILD.gn21 # suggestion: uv threads number from 16 - 256
/developtools/hiperf/test/unittest/common/native/
Dperf_events_test.cpp42 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/
Dhiperf_example_cmd.cpp337 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/
DProcedureLogicWorkerPerf.ts56 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/
DTabPaneLiveProcesses.ts81 array.push(liveProcess.threads.toString())
DTabPaneCpuAbility.ts101 … systemCpuSummary.threadsStr = ColorUtils.formatNumberComma(systemCpuSummary.threads);
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpProcessChart.ts325 … 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/
DCMakeLists.txt272 ${libxml2_original}/include/libxml/threads.h
332 ${libxml2_original}/threads.c
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecyclerSystemTrace.ts610 …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/
Dtrace_stdtype.cpp1030 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()

12