ControllerResetThreadProfiling Method
|
Clears the collected thread profiling data and
continues the thread profiling if it is active.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic void ResetThreadProfiling()
Public Sub ResetThreadProfiling
public:
void ResetThreadProfiling()
member ResetThreadProfiling : unit -> unit
Remarks
Note: when thread profiling starts,
collected thread profiling results are cleared automatically,
so you do not have to explicitly call this method in that case.
See Also