Class GetAllTimeSamplingProfileCommandResponse
Response for Retrieve native memory allocations profile collected since renderer process startup.
public sealed class GetAllTimeSamplingProfileCommandResponse : ICommandResponse<GetAllTimeSamplingProfileCommandSettings>, ICommandResponse
- Inheritance
-
GetAllTimeSamplingProfileCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Profile
Gets or sets the profile
[JsonPropertyName("profile")]
public SamplingProfile Profile { get; set; }