PxProfileZone.h File Reference

Go to the source code of this file.

Macros

#define PX_PROFILE_ZONE(x, y)
 
#define PX_PROFILE_START_CROSSTHREAD(x, y)
 
#define PX_PROFILE_STOP_CROSSTHREAD(x, y)
 
#define PX_PROFILE_POINTER_TO_U64(pointer)   static_cast<uint64_t>(reinterpret_cast<size_t>(pointer))
 

Macro Definition Documentation

◆ PX_PROFILE_POINTER_TO_U64

#define PX_PROFILE_POINTER_TO_U64 (   pointer)    static_cast<uint64_t>(reinterpret_cast<size_t>(pointer))

◆ PX_PROFILE_START_CROSSTHREAD

#define PX_PROFILE_START_CROSSTHREAD (   x,
 
)

◆ PX_PROFILE_STOP_CROSSTHREAD

#define PX_PROFILE_STOP_CROSSTHREAD (   x,
 
)

◆ PX_PROFILE_ZONE

#define PX_PROFILE_ZONE (   x,
 
)