|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Tracy-named thread pool using BS_tracy::tracy_thread_pool. More...
#include <NamedThreadPool.h>
Public Member Functions | |
| NamedThreadPool (uint32_t threadCount=1, const std::string &prefix="Worker") | |
| Constructs a named thread pool with specified thread count and naming prefix. | |
Tracy-named thread pool using BS_tracy::tracy_thread_pool.
Uses BS_tracy::tracy_thread_pool which has built-in Tracy thread naming. Threads are visible in Tracy as "<prefix> 1" through "<prefix> N". Thread naming is handled deterministically at thread creation time.
Definition at line 17 of file NamedThreadPool.h.
|
inlineexplicit |
Constructs a named thread pool with specified thread count and naming prefix.
| threadCount | Number of worker threads to create |
| prefix | Prefix for thread names (will be suffixed with " 1", " 2", etc.) |
Definition at line 25 of file NamedThreadPool.h.