Show / Hide Table of Contents

Class EngineEventSource

Inheritance
Object
EventSource
EngineEventSource
Implements
IDisposable
Inherited Members
EventSource.Dispose()
EventSource.Dispose(Boolean)
EventSource.GenerateManifest(Type, String)
EventSource.GenerateManifest(Type, String, EventManifestOptions)
EventSource.GetGuid(Type)
EventSource.GetName(Type)
EventSource.GetSources()
EventSource.GetTrait(String)
EventSource.IsEnabled()
EventSource.IsEnabled(EventLevel, EventKeywords)
EventSource.IsEnabled(EventLevel, EventKeywords, EventChannel)
EventSource.OnEventCommand(EventCommandEventArgs)
EventSource.SendCommand(EventSource, EventCommand, IDictionary<String, String>)
EventSource.SetCurrentThreadActivityId(Guid)
EventSource.SetCurrentThreadActivityId(Guid, Guid)
EventSource.ToString()
EventSource.Write(String)
EventSource.Write(String, EventSourceOptions)
EventSource.Write<T>(String, T)
EventSource.Write<T>(String, EventSourceOptions, T)
EventSource.Write<T>(String, EventSourceOptions, T)
EventSource.Write<T>(String, EventSourceOptions, Guid, Guid, T)
EventSource.WriteEvent(Int32)
EventSource.WriteEvent(Int32, Byte[])
EventSource.WriteEvent(Int32, Int32)
EventSource.WriteEvent(Int32, Int32, Int32)
EventSource.WriteEvent(Int32, Int32, Int32, Int32)
EventSource.WriteEvent(Int32, Int32, String)
EventSource.WriteEvent(Int32, Int64)
EventSource.WriteEvent(Int32, Int64, Byte[])
EventSource.WriteEvent(Int32, Int64, Int64)
EventSource.WriteEvent(Int32, Int64, Int64, Int64)
EventSource.WriteEvent(Int32, Int64, String)
EventSource.WriteEvent(Int32, Object[])
EventSource.WriteEvent(Int32, String)
EventSource.WriteEvent(Int32, String, Int32)
EventSource.WriteEvent(Int32, String, Int32, Int32)
EventSource.WriteEvent(Int32, String, Int64)
EventSource.WriteEvent(Int32, String, String)
EventSource.WriteEvent(Int32, String, String, String)
EventSource.WriteEventCore(Int32, Int32, EventSource.EventData*)
EventSource.WriteEventWithRelatedActivityId(Int32, Guid, Object[])
EventSource.WriteEventWithRelatedActivityIdCore(Int32, Guid*, Int32, EventSource.EventData*)
EventSource.ConstructionException
EventSource.CurrentThreadActivityId
EventSource.Guid
EventSource.Name
EventSource.Settings
Namespace: BenchmarkDotNet.Engines
Assembly: BenchmarkDotNet.dll
Syntax
[EventSource(Name = "BenchmarkDotNet.EngineEventSource")]
public class EngineEventSource : EventSource, IDisposable

Fields

BenchmarkStartEventId

Declaration
public const int BenchmarkStartEventId = 1
Field Value
Type Description
Int32

BenchmarkStopEventId

Declaration
public const int BenchmarkStopEventId = 2
Field Value
Type Description
Int32

OverheadActualStartEventId

Declaration
public const int OverheadActualStartEventId = 11
Field Value
Type Description
Int32

OverheadActualStopEventId

Declaration
public const int OverheadActualStopEventId = 12
Field Value
Type Description
Int32

OverheadJittingStartEventId

Declaration
public const int OverheadJittingStartEventId = 3
Field Value
Type Description
Int32

OverheadJittingStopEventId

Declaration
public const int OverheadJittingStopEventId = 4
Field Value
Type Description
Int32

OverheadWarmupStartEventId

Declaration
public const int OverheadWarmupStartEventId = 9
Field Value
Type Description
Int32

OverheadWarmupStopEventId

Declaration
public const int OverheadWarmupStopEventId = 10
Field Value
Type Description
Int32

SourceName

Declaration
public const string SourceName = "BenchmarkDotNet.EngineEventSource"
Field Value
Type Description
String

WorkloadActualStartEventId

Declaration
public const int WorkloadActualStartEventId = 15
Field Value
Type Description
Int32

WorkloadActualStopEventId

Declaration
public const int WorkloadActualStopEventId = 16
Field Value
Type Description
Int32

WorkloadJittingStartEventId

Declaration
public const int WorkloadJittingStartEventId = 5
Field Value
Type Description
Int32

WorkloadJittingStopEventId

Declaration
public const int WorkloadJittingStopEventId = 6
Field Value
Type Description
Int32

WorkloadPilotStartEventId

Declaration
public const int WorkloadPilotStartEventId = 7
Field Value
Type Description
Int32

WorkloadPilotStopEventId

Declaration
public const int WorkloadPilotStopEventId = 8
Field Value
Type Description
Int32

WorkloadWarmupStartEventId

Declaration
public const int WorkloadWarmupStartEventId = 13
Field Value
Type Description
Int32

WorkloadWarmupStopEventId

Declaration
public const int WorkloadWarmupStopEventId = 14
Field Value
Type Description
Int32

Implements

System.IDisposable
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors