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

◆ Collect()

void System.Diagnostics.Metrics.AggregationManager.Collect ( )
inlinepackage

Definition at line 330 of file AggregationManager.cs.

331 {
332 try
333 {
335 }
336 catch (Exception obj)
337 {
339 }
341 {
342 kv.Value.Collect(kv.Key, delegate(LabeledAggregationStatistics labeledAggStats)
343 {
345 });
346 }
347 }
readonly ConcurrentDictionary< Instrument, InstrumentState > _instrumentStates
readonly Action< Instrument, LabeledAggregationStatistics > _collectMeasurement
readonly Action< Exception > _observableInstrumentCallbackError

References System.Diagnostics.Metrics.AggregationManager._collectMeasurement, System.Diagnostics.Metrics.AggregationManager._instrumentStates, System.Diagnostics.Metrics.AggregationManager._listener, System.Diagnostics.Metrics.AggregationManager._observableInstrumentCallbackError, System.obj, and System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments().

Referenced by System.Diagnostics.Metrics.AggregationManager.CollectWorker().