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