Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Profiler.h>
Public Attributes | |
JPH_OVERRIDE_NEW_DELETE const char * | mName |
User defined name of this item. More... | |
uint32 | mColor |
Color to use for this sample. More... | |
uint8 | mDepth |
Calculated depth. More... | |
uint8 | mUnused [3] |
uint64 | mStartCycle |
Cycle counter at start of measurement. More... | |
uint64 | mEndCycle |
Cycle counter at end of measurement. More... | |
Additional Inherited Members | |
Public Member Functions inherited from NonCopyable | |
NonCopyable ()=default | |
NonCopyable (const NonCopyable &)=delete | |
void | operator= (const NonCopyable &)=delete |
uint8 ProfileSample::mDepth |
Calculated depth.
uint64 ProfileSample::mEndCycle |
Cycle counter at end of measurement.
JPH_OVERRIDE_NEW_DELETE const char* ProfileSample::mName |
User defined name of this item.
uint64 ProfileSample::mStartCycle |
Cycle counter at start of measurement.
uint8 ProfileSample::mUnused[3] |