Click or drag to resize

ProbeActivityMode Enumeration

When a probe is enabled, it is in one of the following activity modes.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public enum ProbeActivityMode
Members
  Member nameValueDescription
OFF0

The probe does nothing. The effect is the same as if the probe was not registered at all. The probe overhead in this mode is almost negligible.

ON1

The probe is active and does its job.

AUTO2

The probe is active only while CPU profiling is running.

See Also