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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top