A profiler callback that is called when the event buffer of a PxProfileZone fills up or is flushed. More...
#include <PxDefaultBufferedProfiler.h>
Public Member Functions | |
virtual void | onEvent (const PxBufferedProfilerEvent &event)=0 |
Reports a start-stop event. More... | |
Static Public Attributes | |
static const PxU32 | CROSS_THREAD_ID = 99999789 |
Fixed ID for cross thread events. More... | |
Protected Member Functions | |
virtual | ~PxBufferedProfilerCallback (void) |
A profiler callback that is called when the event buffer of a PxProfileZone fills up or is flushed.
|
inlineprotectedvirtual |
|
pure virtual |
Reports a start-stop event.
[out] | event | the reported event. |
|
static |
Fixed ID for cross thread events.