문제

I have profiled my app in ReSharper and I have one really slow method:

Profiler screenshot.

Is there any way I can get a list of arguments passed to that function? I tried line by line profiling but no dice. Is there a way I can insert a trace message that will show up in the profiler with the parameters.

도움이 되었습니까?

해결책

You need the combination of a profiler and tracer, a tool like SpeedTrace Pro (Perfinity) or Dynatrace (Compuware) which provides the requested functionality to resolve data related performance problems, e.g. http://speedtracepro.com/product/features/analytic_components

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top