private void endZoneNoSave() { foreach (KeyValuePair <string, IMetric> metric in metrics) { IMetric value = metric.Value; value.ResetValues(); } updateMetrics(); UpdateAssetMemoryUsage(); StartZone(); }