#include <NvBlastTypes.h>
Public Attributes | |
int64_t | fracture |
Time spent applying damage. | |
int64_t | island |
Time spent discovering islands. | |
int64_t | material |
Time spent in material function. | |
int64_t | partition |
Time spent partitioning the graph. | |
int64_t | visibility |
Time spent updating visibility. |
In profile build configurations, if a pointer to an instance of this struct is passed into Blast functions with an NvBlastTimers argument, then Blast will add to appropriate fields the time measured in corresponding sections of code. The user must clear the timer fields with NvBlastTimersReset to initialize or reset.
int64_t NvBlastTimers::fracture |
Time spent applying damage.
int64_t NvBlastTimers::island |
Time spent discovering islands.
int64_t NvBlastTimers::material |
Time spent in material function.
int64_t NvBlastTimers::partition |
Time spent partitioning the graph.
int64_t NvBlastTimers::visibility |
Time spent updating visibility.