ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::threadmodel::ThreadPool::DbgKnownJobsEntry Struct Reference

Description:

Entry in the field DbgKnownJobs.

Definition at line 188 of file threadpool.inl.

Public Field Index:

size_t JobSize
 The size of the job object.
 
const std::type_info * TID
 The job type.
 
size_t Usage
 Counter of scheduled jobs of this type.
 

Field Details:

◆ JobSize

size_t alib::threadmodel::ThreadPool::DbgKnownJobsEntry::JobSize

The size of the job object.

Definition at line 191 of file threadpool.inl.

◆ TID

const std::type_info* alib::threadmodel::ThreadPool::DbgKnownJobsEntry::TID

The job type.

Definition at line 190 of file threadpool.inl.

◆ Usage

size_t alib::threadmodel::ThreadPool::DbgKnownJobsEntry::Usage

Counter of scheduled jobs of this type.

Definition at line 192 of file threadpool.inl.


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