您的位置:首页 > 编程语言 > Qt开发

关于AQTime的几种Thread运行模式的选择

2009-09-02 19:58 411 查看
 
在AQTime中,支持以3种线程运行模式执行程序并分析和收集结果,分别是Win32 Threads、CLR Threads和COM Threads。
 
从AQTime的帮助文档中摘录了一些关于这块的内容:
 
the operating system threads differ from the managed threads that may exist in .NET applications.
 
Managed threads are controlled by the common language runtime. It can create one or several operating system threads to run a single managed thread.
 
If you select the Win32 Threads value for this option, the Performance and Coverage profilers will group results by the operating system threads. The Function Trace, Allocation and Resource profilers will trace the stack of function calls by operating system threads.
 
If you select CLR Threads, the profilers will gather results and trace the call stack by managed threads. The profiling results for these threads are displayed in the same way as results of the operating system threads: the Explorer panel holds a list of the threads (but these are not operating system threads, these are managed threads).
 
There is one more value for the Thread model option: COM Threads. It means that AQtime should analyze logical threads that occur when a COM server works with several COM clients simultaneously. 
 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息