Home
last modified time | relevance | path

Searched refs:Thread (Results 1 – 25 of 49) sorted by relevance

12

/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_page_fault.md33 + Operation/Process/Thread: 按照Operation为基点显示。
39 点击下方的Statistics by Thread,可以切换到按照Thread为基点显示数据。
50 + Thread:线程名。
Dquickstart_systemtrace.md40 Thread States的Tab页,按进程>线程>状态的维度去统计,需要呈现该状态的线程名、进入该状态次数、该状态下时长、最小时长、平均时长、最大时长。
42 Thread Switches的Tab页,按照状态>进程>线程,统计对应状态下的次数。
44 States List、Switches List、Thread States、Thread Switches的4个Tab页,点击移动到某一行,鼠标会变成一个小手的标志,点击一下,就会进入辅助信息界…
Dquickstart_schedulinganalysis.md60 选择Thread Analysis标签页,各个CPU通过勾选big或者middle或者small来设置CPU的分类。
77 点击单个线程频点分布的标签,通过在Thread Search选择线程,来展示单个线程的频点分布情况。
Dquickstart_taskpool.md39 在带有H:Thread Timeout Exit的调用栈的泳道图会采用黄色圆圈,中间为白色反叹号标记,代表任务超时退出。
Dquickstart_memory_template.md113 + Thread(tid):线程名(线程ID)。
118 + Thread(tid):线程名(线程ID)。
Dquickstart_hiperf.md46 + Thread:线程名。
/developtools/profiler/host/smartperf/ide/src/doc/md/
Dquickstart_page_fault.md33 + Operation/Process/Thread: 按照Operation为基点显示。
39 点击下方的Statistics by Thread,可以切换到按照Thread为基点显示数据。
50 + Thread:线程名。
Dquickstart_systemtrace.md40 Thread States的Tab页,按进程>线程>状态的维度去统计,需要呈现该状态的线程名、进入该状态次数、该状态下时长、最小时长、平均时长、最大时长。
42 Thread Switches的Tab页,按照状态>进程>线程,统计对应状态下的次数。
44 States List、Switches List、Thread States、Thread Switches的4个Tab页,点击移动到某一行,鼠标会变成一个小手的标志,点击一下,就会进入辅助信息界…
Dquickstart_schedulinganalysis.md60 选择Thread Analysis标签页,各个CPU通过勾选big或者middle或者small来设置CPU的分类。
77 点击单个线程频点分布的标签,通过在Thread Search选择线程,来展示单个线程的频点分布情况。
Dquickstart_hiperf.md46 + Thread:线程名。
/developtools/integration_verification/DeployDevice/src/util/
Dtime_info.py45 class KThread(threading.Thread):
47 threading.Thread.__init__(self, *args, **kwargs)
53 threading.Thread.start(self)
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/
Dcommon.py49 class AplCompareThread(threading.Thread):
58 threading.Thread.join(self)
/developtools/hdc/scripts/
Dhdc_test.py401 … send_one = threading.Thread(target=file_send, args=(os.path.abspath(send_file), send_file_one, i))
402 send_two = threading.Thread(target=file_send,
404 … recv_one = threading.Thread(target=file_recv, args=(recv_file, os.path.abspath(recv_file_one), i))
405 recv_two = threading.Thread(target=file_recv,
451 thread_start = threading.Thread(target=remote_server_start(server_head))
459 threading.Thread(target=run_split_commands(get_basic_commands(), head)).start()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h37 const Thread& GetConstThreadData(InternalTid internalTid) const;
38 const std::deque<Thread>& GetConstThreadData() const;
Dtrace_data_cache_reader.cpp36 const Thread& TraceDataCacheReader::GetConstThreadData(InternalTid internalTid) const in GetConstThreadData()
42 const std::deque<Thread>& TraceDataCacheReader::GetConstThreadData() const in GetConstThreadData()
Dtrace_data_cache_writer.h37 Thread* GetThreadData(InternalTid internalTid);
/developtools/smartperf_host/trace_streamer/test/unittest/
Dprocess_filter_test.cpp56 Thread* thread = traceDataCache_.GetThreadData(iTid0);
186 Thread* thread = traceDataCache_.GetThreadData(iTid0);
223 Thread* thread = traceDataCache_.GetThreadData(iTid0);
294 Thread* thread = traceDataCache_.GetThreadData(itid);
363 Thread* thread = traceDataCache_.GetThreadData(itid);
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h37 const Thread& GetConstThreadData(InternalTid internalTid) const;
38 const std::deque<Thread>& GetConstThreadData() const;
Dtrace_data_cache_reader.cpp36 const Thread& TraceDataCacheReader::GetConstThreadData(InternalTid internalTid) const in GetConstThreadData()
42 const std::deque<Thread>& TraceDataCacheReader::GetConstThreadData() const in GetConstThreadData()
Dtrace_data_cache_writer.h37 Thread* GetThreadData(InternalTid internalTid);
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dprocess_filter.cpp83 TraceStdtype::Thread* thread = nullptr; in GetOrCreateThreadWithPid()
122 TraceStdtype::Thread* thread = nullptr; in UpdateOrCreateThreadWithNameIndex()
227 std::tuple<uint32_t, TraceStdtype::Thread*> ProcessFilter::NewThread(uint32_t tid) in NewThread()
Dprocess_filter.h51 std::tuple<uint32_t, TraceStdtype::Thread*> NewThread(uint32_t tid);
/developtools/smartperf_host/trace_streamer/src/filter/
Dprocess_filter.cpp83 TraceStdtype::Thread* thread = nullptr; in GetOrCreateThreadWithPid()
122 TraceStdtype::Thread* thread = nullptr; in UpdateOrCreateThreadWithNameIndex()
227 std::tuple<uint32_t, TraceStdtype::Thread*> ProcessFilter::NewThread(uint32_t tid) in NewThread()
Dprocess_filter.h51 std::tuple<uint32_t, TraceStdtype::Thread*> NewThread(uint32_t tid);
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_L2_app.py19 from threading import Thread
221 t_download = Thread(target=self.download, args=())
439 thread = Thread(target=boardPowerOn, args=[usb_port, wait_time])

12