ControllerCapturePerformanceSnapshot Method
|
Captures snapshot without heap data.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic string CapturePerformanceSnapshot()
Public Function CapturePerformanceSnapshot As String
public:
String^ CapturePerformanceSnapshot()
member CapturePerformanceSnapshot : unit -> string
Return Value
Type:
String
Absolute file path of the captured snapshot file.
If a remote application is being profiled, then
the path is in the file system of the remote host.
See Also