문제

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