Table of Contents

Enum GcType

Namespace
Typhon.Profiler
Assembly
Typhon.Profiler.dll

Type classification of a garbage collection. Values match GCStart_V2.Type from the Microsoft-Windows-DotNETRuntime EventSource — do not renumber.

public enum GcType : byte

Fields

Background = 1

Background (concurrent) GC.

BlockingDuringBackground = 2

Blocking GC that ran while a background GC was active.

BlockingOutsideBackground = 0

Blocking GC that ran entirely outside any background GC window.