#include "foundation/PxFoundation.h"
Go to the source code of this file.
Classes | |
class | physx::PxProfilerCallback |
The pure virtual callback interface for general purpose instrumentation and profiling of GameWorks modules as well as applications. More... | |
class | physx::PxProfileScoped |
Namespaces | |
namespace | physx |
Defines | |
#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)) |
#define PX_PROFILE_POINTER_TO_U64 | ( | pointer | ) | static_cast<uint64_t>(reinterpret_cast<size_t>(pointer)) |
#define PX_PROFILE_START_CROSSTHREAD | ( | x, | |||
y | ) |
#define PX_PROFILE_STOP_CROSSTHREAD | ( | x, | |||
y | ) |
#define PX_PROFILE_ZONE | ( | x, | |||
y | ) |