Click or drag to resize

ControllerResetCpuProfiling Method

Clears current results of CPU profiling in any mode, be it sampling or tracing.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public void ResetCpuProfiling()
Remarks
Note: when CPU profiling starts, collected CPU profiling data is cleared automatically, so you do not have to explicitly call this method in that case.
See Also