Remove meaningless statistics

Counting how many times no threads are in epoll_wait does not
make sense anymore, now that threads do not share any work.
This commit is contained in:
Johan Wikman
2017-04-12 20:34:27 +03:00
parent f952a11eb8
commit 05d9d31499
2 changed files with 0 additions and 17 deletions

View File

@ -104,7 +104,6 @@ typedef struct
int64_t n_polls; /*< Number of poll cycles */
int64_t n_pollev; /*< Number of polls returning events */
int64_t n_nbpollev; /*< Number of polls returning events */
int64_t n_nothreads; /*< Number of times no threads are polling */
int32_t n_fds[MAXNFDS]; /*< Number of wakeups with particular n_fds value */
int64_t evq_length; /*< Event queue length */
int64_t evq_max; /*< Maximum event queue length */