#include <PxDefaultCpuDispatcher.h>
Public Member Functions | |
virtual void | release ()=0 |
Deletes the dispatcher. | |
virtual void | setRunProfiled (bool runProfiled)=0 |
Enables profiling at task level. | |
virtual bool | getRunProfiled () const =0 |
Checks if profiling is enabled at task level. |
virtual bool PxDefaultCpuDispatcher::getRunProfiled | ( | ) | const [pure virtual] |
Checks if profiling is enabled at task level.
virtual void PxDefaultCpuDispatcher::release | ( | ) | [pure virtual] |
Deletes the dispatcher.
Do not keep a reference to the deleted instance.
virtual void PxDefaultCpuDispatcher::setRunProfiled | ( | bool | runProfiled | ) | [pure virtual] |
Enables profiling at task level.
[in] | runProfiled | True if tasks should be profiled. |