C# Class Microsoft.Xunit.Performance.BenchmarkEventSource

Inheritance: System.Diagnostics.Tracing.EventSource
Mostrar archivo Open project: Microsoft/xunit-performance Class Usage Examples

Public Properties

Property Type Description
Log BenchmarkEventSource

Private Methods

Method Description
BenchmarkIterationStart ( string RunId, string BenchmarkName, int Iteration ) : void
BenchmarkIterationStop ( string RunId, string BenchmarkName, int Iteration ) : void
BenchmarkStart ( string RunId, string BenchmarkName ) : void
BenchmarkStop ( string RunId, string BenchmarkName, string StopReason ) : void
Close ( ) : void
Escape ( string s ) : string
Flush ( ) : void
GetTimestamp ( ) : double
OpenCSV ( ) : StreamWriter
WriteCSV ( string benchmarkName, [ eventName = null, string stopReason = "", int iteration = null, bool success = null ) : void

Property Details

Log public_oe static_oe property

public static BenchmarkEventSource,Microsoft.Xunit.Performance Log
return BenchmarkEventSource