#include <ck_threadpool.h>
Data Fields | |
| uint64_t | completion_wait_ns |
| uint64_t | dispatch_count |
| uint64_t | dispatch_total_ns |
| uint64_t | main_work_ns |
Definition at line 78 of file ck_threadpool.h.
| uint64_t ck_threadpool_profile_t::completion_wait_ns |
Definition at line 82 of file ck_threadpool.h.
Referenced by ck_threadpool_profile_snapshot().
| uint64_t ck_threadpool_profile_t::dispatch_count |
Definition at line 79 of file ck_threadpool.h.
Referenced by ck_threadpool_profile_snapshot().
| uint64_t ck_threadpool_profile_t::dispatch_total_ns |
Definition at line 80 of file ck_threadpool.h.
Referenced by ck_threadpool_profile_snapshot().
| uint64_t ck_threadpool_profile_t::main_work_ns |
Definition at line 81 of file ck_threadpool.h.
Referenced by ck_threadpool_profile_snapshot().