Class GetSamplingProfileCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V146.HeapProfiler
- Assembly
- Selenium.WebDriver.dll
Response for GetSamplingProfile
public sealed class GetSamplingProfileCommandResponse : ICommandResponse<GetSamplingProfileCommandSettings>, ICommandResponse
- Inheritance
-
GetSamplingProfileCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Profile
Return the sampling profile being collected.
[JsonPropertyName("profile")]
public SamplingHeapProfile Profile { get; set; }