This struct provides a namespace for static functions that create, access, and destroy the default instance of the MetricsManager. The expected usage is that the default instance will be created during the initialization of an application (while the task has a single thread) and that it will be destroyed just prior to termination (when there is similarly a single thread).
Synopsis
Declared in <balm_defaultmetricsmanager.h>
struct DefaultMetricsManager;
Static Member Functions
Name |
Description |
|
|
Destroy the default instance of |
|
Return the default instance of the |
|
If the optionally specified |
Created with MrDocs