Forum Discussion
aqAnt
Alumni
15 years agoHello Fan,
I suggest that you profile only those modules and define profiling areas only for those routines that you need to get results for as profiling a great amount of code may slow down your application performance. Please see the Controlling What to Profile article for details.
You can enable the "Profile Entire .NET Code" area to get results on the <JIT compiler> and <Garbage collector> routines. You can use the <Root> routine to measure the time of initialization statements and overall function calls. Please see the JIT Compiler and Garbage Collector Routines and Root Routine articles for details.
As for thread models, AQtime reports results of both managed code and unmanaged code no matter which model is set. The results are just grouped differently when you use the "CLR Threads" thread model.