virtual void GetStats(StatBag* pbag, bool reset = true);
GetStats obtains the statistics for the resource and performs a reset for the tracked counters.
Parameters |
Description |
StatBag* pbag |
Collection of statistics pertaining to the resource. See StatBag. |
bool reset = true |
A Boolean value of true performs a reset and a value of false maintains the original state of the tracked counters. |