Activity overview
Latest activity by david
good point. Unfortunately for multi-threaded apps CPU cycles used is generally much more important than elapsed time. (Also I do other stuff while the profiler is running and that can effect elapsed time.)
thanks - dave / comments
good point. Unfortunately for multi-threaded apps CPU cycles used is generally much more important than elapsed time. (Also I do other stuff while the profiler is running and that can effect elapse...
Ok thanks. So numbers from ANTS are general guidelines but could be off depending on what other threads are doing, other apps are doing, etc???
thanks - dave / comments
Ok thanks. So numbers from ANTS are general guidelines but could be off depending on what other threads are doing, other apps are doing, etc???
thanks - dave
UdpClient.Receive time
Hi;
According to ANTS the most time for our application is in UdpClient.Receive. However, this call blocks according to Microsoft and over a period of 3 minutes of profiling it receives 3 packets.
...