Class ProfileNode
ProfileNode
public sealed class ProfileNode
- Inheritance
-
ProfileNode
- Inherited Members
Properties
CallFrame
callFrame
[JsonPropertyName("callFrame")]
public CallFrame CallFrame { get; set; }
Property Value
Children
children
[JsonPropertyName("children")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long[] Children { get; set; }
Property Value
- long[]
DeoptReason
deoptReason
[JsonPropertyName("deoptReason")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string DeoptReason { get; set; }
Property Value
HitCount
hitCount
[JsonPropertyName("hitCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? HitCount { get; set; }
Property Value
- long?
Id
id
[JsonPropertyName("id")]
public long Id { get; set; }
Property Value
PositionTicks
positionTicks
[JsonPropertyName("positionTicks")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PositionTickInfo[] PositionTicks { get; set; }