ControllerResetCpuProfiling Method
|
Clears current results of CPU profiling in any mode, be it sampling or tracing.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic void ResetCpuProfiling()
Public Sub ResetCpuProfiling
public:
void ResetCpuProfiling()
member ResetCpuProfiling : unit -> unit
Remarks
Note: when CPU profiling starts, collected CPU profiling data is cleared automatically,
so you do not have to explicitly call this method in that case.
See Also