Profiling data. Times are in milliseconds. More...
#include <b2_time_step.h>
Public Attributes | |
float | broadphase |
float | collide |
float | solve |
float | solveInit |
float | solvePosition |
float | solveTOI |
float | solveVelocity |
float | step |
Profiling data. Times are in milliseconds.
Definition at line 29 of file b2_time_step.h.
float b2Profile::broadphase |
Definition at line 37 of file b2_time_step.h.
float b2Profile::collide |
Definition at line 32 of file b2_time_step.h.
float b2Profile::solve |
Definition at line 33 of file b2_time_step.h.
float b2Profile::solveInit |
Definition at line 34 of file b2_time_step.h.
float b2Profile::solvePosition |
Definition at line 36 of file b2_time_step.h.
float b2Profile::solveTOI |
Definition at line 38 of file b2_time_step.h.
float b2Profile::solveVelocity |
Definition at line 35 of file b2_time_step.h.
float b2Profile::step |
Definition at line 31 of file b2_time_step.h.