Stop CPU profiling. If CPU profiling is not running, this method takes no action.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 4.0.9.426 (4.0.9.426)

Syntax

C#
public void StopCPUProfiling()
Visual Basic (Declaration)
Public Sub StopCPUProfiling
Visual C++
public:
void StopCPUProfiling()

Exceptions

ExceptionCondition
System..::.Exception If failed. The possible reasons are:
  • there's no application with properly configured profiler agent listening on port at host
  • profiled application has terminated
  • I/O failure

See Also