Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Update() [2/2]

override void System.Diagnostics.Metrics.InstrumentState< TAggregator >.Update ( double measurement,
ReadOnlySpan< KeyValuePair< string, object > > labels )
inline

Definition at line 25 of file InstrumentState.cs.

26 {
27 _aggregatorStore.GetAggregator(labels)?.Update(measurement);
28 }
AggregatorStore< TAggregator > _aggregatorStore

References System.Diagnostics.Metrics.InstrumentState< TAggregator >._aggregatorStore.