← Back to C-Kernel-Engine Docs Doxygen Source Documentation
 
Loading...
Searching...
No Matches
ck_threadpool_profile_t Struct Reference

#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
 

Detailed Description

Definition at line 78 of file ck_threadpool.h.

Field Documentation

◆ completion_wait_ns

uint64_t ck_threadpool_profile_t::completion_wait_ns

Definition at line 82 of file ck_threadpool.h.

Referenced by ck_threadpool_profile_snapshot().

◆ dispatch_count

uint64_t ck_threadpool_profile_t::dispatch_count

Definition at line 79 of file ck_threadpool.h.

Referenced by ck_threadpool_profile_snapshot().

◆ dispatch_total_ns

uint64_t ck_threadpool_profile_t::dispatch_total_ns

Definition at line 80 of file ck_threadpool.h.

Referenced by ck_threadpool_profile_snapshot().

◆ main_work_ns

uint64_t ck_threadpool_profile_t::main_work_ns

Definition at line 81 of file ck_threadpool.h.

Referenced by ck_threadpool_profile_snapshot().


The documentation for this struct was generated from the following file: