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