Posted By: Larsenal | Apr 17th @ 11:08 AM
page 1 of 1
Comments: 5 | Views: 951
Larsenal
Larsenal
ready to give an answer
What would it take to, for example, profile the execution of some CLR code and generate a list of all the methods that have been run?
W3bbo
W3bbo
The Master of Baiters
NProf.

...and I'm not suggesting that one just because I submitted patches to it.
W3bbo
W3bbo
The Master of Baiters
Larsenal wrote:
I realize I wasn't terribly specific.  What really I meant to ask is this:  how you could build/code your own harness around some executing CLR assemblies to extract profiling information?


Does tracing count?
littleguru
littleguru
allein, allein,... allein, allein!
You could also have a look at the profiling API for .NET 2.0 and later that allows you to profile your code. That's also the API that professional profilers for .NET use.
page 1 of 1
Comments: 5 | Views: 951