ControllerStopThreadProfiling Method
|
Stops thread profiling.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic void StopThreadProfiling()
Public Sub StopThreadProfiling
public:
void StopThreadProfiling()
member StopThreadProfiling : unit -> unit
Remarks
If thread profiling is not running, this method has no effect.
See Also