ScopedProfiler.ScopedTimings Property
Definition¶
Namespace: Brine2D.Performance
Gets all scoped timing data.
public System.Collections.Generic.IReadOnlyDictionary<string,Brine2D.Performance.ScopedTimingData> ScopedTimings { get; }
Property Value¶
System.Collections.Generic.IReadOnlyDictionary<System.String,ScopedTimingData>