yobx.container.build_stats#
- class yobx.container.build_stats.BuildStats[source]#
Holds statistics collected during model export by
ExtendedModelContainer.Any key whose name begins with one of the allowed prefixes listed in
_PREFIXESis accepted. Values default to0.0when first read via__getitem__().Example:
stats = BuildStats() stats["time_export_write_model"] += 0.5 stats["time_export_tobytes"] += 0.1