Click or drag to resize

ControllerStopAllocationProfiling Method

Stops allocation profiling.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public void StopAllocationProfiling()
Exceptions
ExceptionCondition
Exception If failed. Possible reasons:
  • the profiled application has terminated
  • I/O error
Remarks
If allocation profiling is not running, this method has no effect.
See Also