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.5.6.556 (4.5.6.556)

Syntax

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

Exceptions

ExceptionCondition
System..::.Exception If failed. Possible reasons:
  • profiled application has terminated
  • I/O failure

See Also