def new_subrecord(self, name):
        """Creates and saves a new subrecord.  The new subrecord will have its category set to the
        parent subrecord's ``name``.  ex::

            parent = MetricsRecord('foo')