How to use CLR profiler to get the memory of function -
04-05-2006
, 05:33 AM
I want to get the memory-consuming,time-consuming of functions. but I can't
find them in "Function Grap View", How can I get it?
Also, I want to track life time of some object ,such as strong type dataset,
i want to know how many times it had been called, how much memory it had
consumed, how much time it had consumed, which view I should ues?
I am a freshman for using CLR profiler tool.
Thanks |