I'd like to exclude certain methods from the timings, specifically blocking socket send and receive calls. Is there a way to do this?
Mojo Hand
0

Comments

2 comments

  • Chris.Allen
    No. Sorry. But teh application has been designed throughout to be as efficient and simple to use as possible so the way we would recommend you profile is by using "CPU Time", not "Wall clock" time- then you shouldn't get any high-latency method shsw up significantly in your results. I hope this helps- let me know if I misunderstood...
    Chris.Allen
    0
  • Mojo Hand
    Hi Chris, thanks for the reply.

    Whether I have it set to "CPU Time" or "Wall Clock Time", these socket calls, mainly Socket.Receive, are showing up as taking more than three quarters of execution time.
    Mojo Hand
    0

Add comment

Please sign in to leave a comment.