Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
PxBufferedProfilerCallback Class Referenceabstract

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)
 

Detailed Description

A profiler callback that is called when the event buffer of a PxProfileZone fills up or is flushed.

See Also
physx::PxProfileZone physx::PxProfileZoneManager physx::PxProfileZone

Constructor & Destructor Documentation

virtual PxBufferedProfilerCallback::~PxBufferedProfilerCallback ( void  )
inlineprotectedvirtual

Member Function Documentation

virtual void PxBufferedProfilerCallback::onEvent ( const PxBufferedProfilerEvent event)
pure virtual

Reports a start-stop event.

Parameters
[out]eventthe reported event.
See Also
PxBufferedProfilerEvent

Member Data Documentation

const PxU32 PxBufferedProfilerCallback::CROSS_THREAD_ID = 99999789
static

Fixed ID for cross thread events.


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


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com