1

I am trying to profile a moderately complex asp.net mvc web app with SQL Server backend. I'm seeing the same issue using both Ants Performance Profiler and dotTract Profiler. Both basically state that over 97% of the processing is occurring in "Native stack traces without resolved functions"

We've done a load test on the app and I know that the part of workflow I used to run profile test has performance issues - it doesn't scale well and has errors at a fairly low load. I was hoping the profiling would allow me to see the specific methods causing performance issues, but there seems to maybe be something else going on.

Any idea if maybe something else is going on here not directly related to my code? enter image description here enter image description here

0 Answers0