Constructors

Synopses

Declared in <balm_defaultmetricsmanager.h>

Create a scoped guard which invokes DefaultMetricsManager::create.

Create a scoped guard that creates a default metrics manager publishing to the specified stream.

DefaultMetricsManagerScopedGuard(
    std::ostream& stream,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

basicAllocator

memory allocator; null uses the default

stream

output stream to which recorded metrics are published

Created with MrDocs