![]() |
#include <PxProfiler.h>

Public Member Functions | |
| PX_FORCE_INLINE | PxProfileScoped (PxProfilerCallback *callback, const char *eventName, bool detached, uint64_t contextId) |
| PX_FORCE_INLINE | ~PxProfileScoped () |
Public Attributes | |
| PxProfilerCallback * | mCallback |
| const char * | mEventName |
| void * | mProfilerData |
| uint64_t | mContextId |
| bool | mDetached |
|
inline |
References mCallback, mContextId, mDetached, mEventName, mProfilerData, and physx::PxProfilerCallback::zoneStart().
|
inline |
References mCallback, mContextId, mDetached, mEventName, mProfilerData, and physx::PxProfilerCallback::zoneEnd().
| PxProfilerCallback* physx::PxProfileScoped::mCallback |
Referenced by PxProfileScoped(), and ~PxProfileScoped().
| uint64_t physx::PxProfileScoped::mContextId |
Referenced by PxProfileScoped(), and ~PxProfileScoped().
| bool physx::PxProfileScoped::mDetached |
Referenced by PxProfileScoped(), and ~PxProfileScoped().
| const char* physx::PxProfileScoped::mEventName |
Referenced by PxProfileScoped(), and ~PxProfileScoped().
| void* physx::PxProfileScoped::mProfilerData |
Referenced by PxProfileScoped(), and ~PxProfileScoped().