Pre-phase per-step statistics. More...
#include <StepStats.hpp>
Public Types | |
using | counter_type = std::uint32_t |
Counter type. | |
Public Attributes | |
counter_type | proxiesMoved = 0 |
Proxies moved count. | |
counter_type | destroyed = 0 |
Count of contacts destroyed. | |
counter_type | added = 0 |
Count of contacts added. | |
counter_type | ignored = 0 |
Count of contacts ignored during update processing. | |
counter_type | updated = 0 |
Count of contacts updated (during update processing). | |
counter_type | skipped = 0 |
Count of contacts Skipped (during update processing). | |
Pre-phase per-step statistics.