Exclude methods

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

Comments

  • 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...
  • 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.
Sign In or Register to comment.