I have to investigate a certain process which involves several (unknown at this point) steps.
I need some efficient approach to analyze what general subproccess (residing in various assemblies) are involved considering time spans (possibly memory usage).
Just running the code with intelligently set breakpoints means spending too much time finding where it would be “intelligent” to place them. Later I will also have to recreate general sequence of the general logical steps out of hundreds of method calls and helper classes.
Generating seqence diagram will probably help, but again it may span from Earth to Mars).
So, may be you are aware of some tools that could help understand the logic of that process with some reasonable level of abstraction.
(I tried built-in profiler for VS – it’s good but takes many hours to analyze the results, and actually shows hotpoints and again doesn’t “restore” the actual logic.)
NDepend might be of help to you since you are performing code analysis.
Since you mentioned that you would like to generate a sequence diagram from the running code… Enterprise architect from Sparx systems can do that. Check out the manual.
This link might be useful to you also.
If you have some money to spend you could use RedGate Develper Bundle for .NET It has Performance profiler, Memory profiler etc. It has an evaluation version also.
There are also other cheaper alternatives for profilers.