Scaleform::StatBag
class StatBag;
StatBag represents a bag, or collection of statistics data. Any type of Stat can be added into the bag; after statistics data is added it can be iterated through with Iterator class, obtained from GetIterator.
Method |
Description |
Adds statistical value of a certain id. | |
Optimization function for the memory statistics. | |
Clears out the stat bag, removing all states. | |
Obtains the interface for retrieving the statistics of a group and returns the interface identified by type such as logical group, sum group, auto sum group. | |
Obtains an Iterator for the specified stat group. Default implementation will return all of the stats in the bag. | |
Obtains the statistics in a bag. | |
Optimization function for memory heap statistics. | |
Resets statistics values, usually causing peaks to be recorded. | |
Sets the maximum statistics value of a certain id in a stat bag. | |
Sets the minimum statistics value in a certain id in a stat bag. | |
Creates a stat bag (collection of statistics data) with specified number of entries. | |
Updates all cumulative groups in the list. |
Structure |
Description |
Iterator for iterating through the statistics data in the bag. |
SF_Stats.h