Searched refs:Thread (Results 1 – 25 of 49) sorted by relevance
12
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_page_fault.md | 33 + Operation/Process/Thread: 按照Operation为基点显示。 39 点击下方的Statistics by Thread,可以切换到按照Thread为基点显示数据。 50 + Thread:线程名。
|
| D | quickstart_systemtrace.md | 40 Thread States的Tab页,按进程>线程>状态的维度去统计,需要呈现该状态的线程名、进入该状态次数、该状态下时长、最小时长、平均时长、最大时长。 42 Thread Switches的Tab页,按照状态>进程>线程,统计对应状态下的次数。 44 States List、Switches List、Thread States、Thread Switches的4个Tab页,点击移动到某一行,鼠标会变成一个小手的标志,点击一下,就会进入辅助信息界…
|
| D | quickstart_schedulinganalysis.md | 60 选择Thread Analysis标签页,各个CPU通过勾选big或者middle或者small来设置CPU的分类。 77 点击单个线程频点分布的标签,通过在Thread Search选择线程,来展示单个线程的频点分布情况。
|
| D | quickstart_taskpool.md | 39 在带有H:Thread Timeout Exit的调用栈的泳道图会采用黄色圆圈,中间为白色反叹号标记,代表任务超时退出。
|
| D | quickstart_memory_template.md | 113 + Thread(tid):线程名(线程ID)。 118 + Thread(tid):线程名(线程ID)。
|
| D | quickstart_hiperf.md | 46 + Thread:线程名。
|
| /developtools/profiler/host/smartperf/ide/src/doc/md/ |
| D | quickstart_page_fault.md | 33 + Operation/Process/Thread: 按照Operation为基点显示。 39 点击下方的Statistics by Thread,可以切换到按照Thread为基点显示数据。 50 + Thread:线程名。
|
| D | quickstart_systemtrace.md | 40 Thread States的Tab页,按进程>线程>状态的维度去统计,需要呈现该状态的线程名、进入该状态次数、该状态下时长、最小时长、平均时长、最大时长。 42 Thread Switches的Tab页,按照状态>进程>线程,统计对应状态下的次数。 44 States List、Switches List、Thread States、Thread Switches的4个Tab页,点击移动到某一行,鼠标会变成一个小手的标志,点击一下,就会进入辅助信息界…
|
| D | quickstart_schedulinganalysis.md | 60 选择Thread Analysis标签页,各个CPU通过勾选big或者middle或者small来设置CPU的分类。 77 点击单个线程频点分布的标签,通过在Thread Search选择线程,来展示单个线程的频点分布情况。
|
| D | quickstart_hiperf.md | 46 + Thread:线程名。
|
| /developtools/integration_verification/DeployDevice/src/util/ |
| D | time_info.py | 45 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/ |
| D | common.py | 49 class AplCompareThread(threading.Thread): 58 threading.Thread.join(self)
|
| /developtools/hdc/scripts/ |
| D | hdc_test.py | 401 … 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/ |
| D | trace_data_cache_reader.h | 37 const Thread& GetConstThreadData(InternalTid internalTid) const; 38 const std::deque<Thread>& GetConstThreadData() const;
|
| D | trace_data_cache_reader.cpp | 36 const Thread& TraceDataCacheReader::GetConstThreadData(InternalTid internalTid) const in GetConstThreadData() 42 const std::deque<Thread>& TraceDataCacheReader::GetConstThreadData() const in GetConstThreadData()
|
| D | trace_data_cache_writer.h | 37 Thread* GetThreadData(InternalTid internalTid);
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | process_filter_test.cpp | 56 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/ |
| D | trace_data_cache_reader.h | 37 const Thread& GetConstThreadData(InternalTid internalTid) const; 38 const std::deque<Thread>& GetConstThreadData() const;
|
| D | trace_data_cache_reader.cpp | 36 const Thread& TraceDataCacheReader::GetConstThreadData(InternalTid internalTid) const in GetConstThreadData() 42 const std::deque<Thread>& TraceDataCacheReader::GetConstThreadData() const in GetConstThreadData()
|
| D | trace_data_cache_writer.h | 37 Thread* GetThreadData(InternalTid internalTid);
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | process_filter.cpp | 83 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()
|
| D | process_filter.h | 51 std::tuple<uint32_t, TraceStdtype::Thread*> NewThread(uint32_t tid);
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | process_filter.cpp | 83 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()
|
| D | process_filter.h | 51 std::tuple<uint32_t, TraceStdtype::Thread*> NewThread(uint32_t tid);
|
| /developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/ |
| D | liteOsUpgrade_L2_app.py | 19 from threading import Thread 221 t_download = Thread(target=self.download, args=()) 439 thread = Thread(target=boardPowerOn, args=[usb_port, wait_time])
|
12