1
Answer

measure performance of function

Ask a question
George George

George George

15y
3.3k
1

Hello everyone,

I have a managed console application which invokes both managed DLL and native COM (by using COM interop). I am using VSTS 2008 and Windows Server 2003 x64 edition.

My question is, I want to measure a specifc function call performance, e.g. from calling a function of managed console application, to managed DLL and to native COM. I also want to get the execution elapsed time for each function call stack from the top managed code level to bottom native level.

Are there any tools or solutions? It is great if I only get the specific function call performance for each stack, overall performance is not needed.

thanks in advance,
George


Answers (1)