|
CoriEngine
|
Profiling tools are in this namespace. More...
Classes | |
| class | InstanceMetrics |
| This utility lets you count class instances in various ways. @detials You can see how much instances was created in total, how many are currently alive, how many instances of derived classes were created, and how much are currently alive. For a type to be instance counted it should derive from Trackable. More... | |
| class | Trackable |
| For InstanceMetrics to work with a type it should derive from this. More... | |
Profiling tools are in this namespace.