|
CoriEngine
|

Go to the source code of this file.
Classes | |
| class | Cori::Profiling::InstanceMetrics< T > |
| 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... | |
Namespaces | |
| namespace | Cori |
| Global engine namespace. | |
| namespace | Cori::Profiling |
| Profiling tools are in this namespace. | |