clear method

void clear()
inherited

Remove all Child metrics.

Implementation

void clear() {
  _children.clear();
  _initializeNoLabelChild();
}