Enum EventPipeProfile
- Namespace
- BenchmarkDotNet.Diagnosers
- Assembly
- BenchmarkDotNet.dll
public enum EventPipeProfile
Fields
CpuSampling = 0Useful for tracking CPU usage and general .NET runtime information. This is the default option if no profile or providers are specified.
GcCollect = 2Tracks GC collections only at very low overhead.
GcVerbose = 1Tracks GC collections and samples object allocations.
Jit = 3Logging when Just in time (JIT) compilation occurs. Logging of the internal workings of the Just In Time compiler. This is fairly verbose. It details decisions about interesting optimization (like inlining and tail call)