Click or drag to resize
DigitalRuneProfilerData Property
Gets the profiler data for each thread.

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static IEnumerable<ProfilerDataCollection> Data { get; }

Property Value

Type: IEnumerableProfilerDataCollection
The profiler data.
Remarks

Each thread that uses the Profiler has its own ProfilerDataCollection.

Thread-Safety: Access to this property is not thread-safe.

See Also