ControllerResetAllocationProfiling Method
|
Clears allocation profiling results.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic void ResetAllocationProfiling()
Public Sub ResetAllocationProfiling
public:
void ResetAllocationProfiling()
member ResetAllocationProfiling : unit -> unit
Remarks
Note: when allocation profiling starts,
collected allocation data is cleared automatically,
so you do not have to explicitly call this method in that case.
See Also