C# (CSharp) NLight.Diagnostics Namespace

Nested Namespaces

NLight.Diagnostics.Benchmarking

Classes

Name Description
DebuggerTraceListener A trace listener that will break in the debugger when the TraceEventType is equal or lower than the value specified by BreakOnEventType (by default TraceEventType.Error).
MemoryPressureManager Manages the garbage collector memory pressure. See GC.AddMemoryPressure(long) and GC.RemoveMemoryPressure(long).