[#BloombergLP-balm-MetricSample-appendGroup-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/MetricSample.adoc[MetricSample]::appendGroup :relfileprefix: ../../../ :mrdocs: `appendGroup` overloads == Synopses Declared in `<balm_metricsample.h>` Append the specified `group` of records to the sequence of groups maintained by this sample. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/balm/MetricSample/appendGroup-05.adoc[appendGroup](xref:BloombergLP/balm/MetricSampleGroup.adoc[MetricSampleGroup] const& group); ---- [.small]#xref:BloombergLP/balm/MetricSample/appendGroup-05.adoc[_» more..._]# Append a new group of the specified `records` measuring the specified `elapsedTime`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/balm/MetricSample/appendGroup-00.adoc[appendGroup]( xref:BloombergLP/balm/MetricRecord.adoc[MetricRecord] const* records, int numRecords, xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& elapsedTime); ---- [.small]#xref:BloombergLP/balm/MetricSample/appendGroup-00.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *group* | sample group to append | *records* | contiguous sequence of metric records (held, not owned) | *numRecords* | number of records in `records` | *elapsedTime* | duration over which the records were collected |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#