Interface IMetricCollector
Base interface for all metric collectors used by PerformancePlugin.
Namespace: Eco.Core.DebugStatistic.Collectors
Assembly: Eco.Core.dll
Syntax
public interface IMetricCollector
Methods
Initialize()
Performs setup/initialization operations on the metric collector instance.
Declaration
void Initialize()
Shutdown()
Performs shutdown operations on the metric collector instance.
Declaration
void Shutdown()