easy_profiler icon indicating copy to clipboard operation
easy_profiler copied to clipboard

EasySocket::accept() waits 500ms instead 0.5ms till select timeout.

Open tkalbitz opened this issue 5 years ago • 0 comments

EasySocket::accept() waits 0.5ms till a select() timeout happens. This creates 2.7% overhead on my system. Assumption of the patch is that microseconds are needed for the struct timeval but milliseconds were meant. With this change no visible overhead is measurable on my system.

tkalbitz avatar Mar 09 '19 20:03 tkalbitz