appendGroup overloads
Synopses
Declared in <balm_metricsample.h>
Append the specified group of records to the sequence of groups maintained by this sample.
void
appendGroup(MetricSampleGroup const& group);
Append a new group of the specified records measuring the specified elapsedTime.
void
appendGroup(
MetricRecord const* records,
int numRecords,
bsls::TimeInterval const& elapsedTime);
Parameters
Name |
Description |
group |
sample group to append |
records |
contiguous sequence of metric records (held, not owned) |
numRecords |
number of records in |
elapsedTime |
duration over which the records were collected |
Created with MrDocs