create overloads
Declared in <balm_defaultmetricsmanager.h>
Create the default MetricsManager instance.
static
MetricsManager*
create(bslma::Allocator* basicAllocator = 0);
» more...
Create the default metrics manager that publishes to the specified stream.
static
MetricsManager*
create(
std::ostream& stream,
bslma::Allocator* basicAllocator = 0);
» more...
address of the created default MetricsManager instance
| Name | Description |
|---|---|
| basicAllocator | memory allocator; null uses the default |
| stream | output stream to which recorded metrics are published |