Show / Hide Table of Contents

Enum EventPipeProfile

Namespace: BenchmarkDotNet.Diagnosers
Assembly: BenchmarkDotNet.dll
Syntax
public enum EventPipeProfile

Fields

Name Description
CpuSampling

Useful for tracking CPU usage and general .NET runtime information. This is the default option if no profile or providers are specified.

GcCollect

Tracks GC collections only at very low overhead.

GcVerbose

Tracks GC collections and samples object allocations.

Jit

Logging 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)

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