texaspandaa
14 years agoNew Contributor
some questions regarding mix code profiling
Dear experts,
I'd like to use AQTime to do the performance testing, my application is built by c# and c++ mixed code, the application is quite big I am not sure which and how many DLLs will be involved during the runtime exactly, so I would like to know how to make sure that all the required DLLs are added to the module.
My second question is that to test my mixed code application(I already got the souce code and pdb files of the application), which area shall I select, profile entire .net code or full check? Do we select full check only when we know which DLLs will be loaded in the runtime and add all these DLLs to the module? I need both of my managed and unmanaged code to be profiled.
The third one is profile <root> routine required to test my application? when shall we use this option?
The last one is which thread model shall I use, Win32 or CLR? does CLR mean that only managed threads will be displayed in the result and my unmanaged threads(c++) will not displayed in the result? If I want to display both my c# and c++ threads which thread model shall I use?
I really appreciate your time, wait for your reply.
Best Regards,
Fan
I'd like to use AQTime to do the performance testing, my application is built by c# and c++ mixed code, the application is quite big I am not sure which and how many DLLs will be involved during the runtime exactly, so I would like to know how to make sure that all the required DLLs are added to the module.
My second question is that to test my mixed code application(I already got the souce code and pdb files of the application), which area shall I select, profile entire .net code or full check? Do we select full check only when we know which DLLs will be loaded in the runtime and add all these DLLs to the module? I need both of my managed and unmanaged code to be profiled.
The third one is profile <root> routine required to test my application? when shall we use this option?
The last one is which thread model shall I use, Win32 or CLR? does CLR mean that only managed threads will be displayed in the result and my unmanaged threads(c++) will not displayed in the result? If I want to display both my c# and c++ threads which thread model shall I use?
I really appreciate your time, wait for your reply.
Best Regards,
Fan