Constructors

Synopses

Declared in <balb_performancemonitor.h>

Create an instance of this class.

explicit
Statistics(bslma::Allocator* basicAllocator = 0);

Create a Statistics object with the same values as original.

Statistics(
    Statistics const& original,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

basicAllocator

memory allocator; null uses the default

original

object providing the statistics values to copy

Created with MrDocs