TraceEventCategory
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
Category of a traced runtime event, used for coloring in the events table.
public enum TraceEventCategoryFields
Section titled “Fields”Counter
Section titled “Counter”Runtime performance counter snapshots.
Returns: TraceEventCategory
Counter = 7Exception
Section titled “Exception”Exception throw and catch events.
Returns: TraceEventCategory
Exception = 2Garbage collection events.
Returns: TraceEventCategory
GC = 0HTTP request and response events.
Returns: TraceEventCategory
Http = 5Just-in-time compilation events.
Returns: TraceEventCategory
JIT = 1Loader
Section titled “Loader”Assembly and module loader events.
Returns: TraceEventCategory
Loader = 3Events that do not fit any other category.
Returns: TraceEventCategory
Other = 8Socket
Section titled “Socket”Socket-level network I/O events.
Returns: TraceEventCategory
Socket = 6Threading
Section titled “Threading”Thread pool and synchronization events.
Returns: TraceEventCategory
Threading = 4