Posts
Sort by recent activity
CPU and wall clock in "Transition to unmanaged code"
We're profiling a network application using Socket.Receive which quickly transitions to unmanaged code (recv method).
What's not clear is whether the profiler can distinguish between CPU time and w...