Question

Visual Studio profiler does not show mesured time affected by method relations. I mean there is method C. It can be called from A or B. I want the profiler to show me that when A calls C there are 10-12 ms spent but when B calls C there are 30-70 ms spent in C. Can you suggest any existing profilers to handle this situation?

Was it helpful?

Solution

After all, I made it. I am not sure weather I am going to share it. If you think you that you need it - let me now. Profiler

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top