ControllerStopCpuProfiling Method
|
Stops CPU profiling, either CPU sampling or CPU tracing.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic void StopCpuProfiling()
Public Sub StopCpuProfiling
public:
void StopCpuProfiling()
member StopCpuProfiling : unit -> unit
ExceptionsException | Condition |
---|
Exception |
If failed. Possible reasons:
-
the profiled application has terminated
-
I/O error
|
Remarks
If CPU profiling is not running, this method has no effect.
See Also