Constructors
Declared in <balb_performancemonitor.h>
Create an instance of this class.
explicit
Statistics(bslma::Allocator* basicAllocator = 0);
» more...
Create a Statistics object with the same values as original.
Statistics(
Statistics const& original,
bslma::Allocator* basicAllocator = 0);
» more...
| Name | Description |
|---|---|
| basicAllocator | memory allocator; null uses the default |
| original | object providing the statistics values to copy |