Class Profile
Profile
public sealed class Profile
- Inheritance
-
Profile
- Inherited Members
Properties
EndTime
endTime
[JsonPropertyName("endTime")]
public double EndTime { get; set; }
Property Value
Nodes
nodes
[JsonPropertyName("nodes")]
public ProfileNode[] Nodes { get; set; }
Property Value
Samples
samples
[JsonPropertyName("samples")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long[] Samples { get; set; }
Property Value
- long[]
StartTime
startTime
[JsonPropertyName("startTime")]
public double StartTime { get; set; }
Property Value
TimeDeltas
timeDeltas
[JsonPropertyName("timeDeltas")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long[] TimeDeltas { get; set; }
Property Value
- long[]