Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
ProfileSample Class Reference

#include <Profiler.h>

Inheritance diagram for ProfileSample:
NonCopyable

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
 

Member Data Documentation

◆ mColor

uint32 ProfileSample::mColor

Color to use for this sample.

◆ mDepth

uint8 ProfileSample::mDepth

Calculated depth.

◆ mEndCycle

uint64 ProfileSample::mEndCycle

Cycle counter at end of measurement.

◆ mName

JPH_OVERRIDE_NEW_DELETE const char* ProfileSample::mName

User defined name of this item.

◆ mStartCycle

uint64 ProfileSample::mStartCycle

Cycle counter at start of measurement.

◆ mUnused

uint8 ProfileSample::mUnused[3]

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