ProbeActivityMode Enumeration |
When a probe is enabled, it is in one of the following activity modes.
Namespace: YourKit.Profiler.Api
Member name | Value | Description | |
---|---|---|---|
OFF | 0 | 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. | |
ON | 1 | The probe is active and does its job. | |
AUTO | 2 | The probe is active only while CPU profiling is running. |