A default implementation for a CPU task dispatcher.
More...
#include <PxDefaultCpuDispatcher.h>
A default implementation for a CPU task dispatcher.
- See also
- PxDefaultCpuDispatcherCreate() PxCpuDispatcher
◆ getRunProfiled()
virtual bool PxDefaultCpuDispatcher::getRunProfiled |
( |
| ) |
const |
|
pure virtual |
Checks if profiling is enabled at task level.
- Returns
- True if tasks should be profiled.
◆ release()
virtual void PxDefaultCpuDispatcher::release |
( |
| ) |
|
|
pure virtual |
◆ setRunProfiled()
virtual void PxDefaultCpuDispatcher::setRunProfiled |
( |
bool |
runProfiled | ) |
|
|
pure virtual |
Enables profiling at task level.
- Note
- By default enabled only in profiling builds.
- Parameters
-
[in] | runProfiled | True if tasks should be profiled. |
The documentation for this class was generated from the following file: