Table of Contents

Class ProfileNode

Namespace
OpenQA.Selenium.DevTools.V130.Profiler
Assembly
WebDriver.dll

ProfileNode

public sealed class ProfileNode
Inheritance
ProfileNode
Inherited Members

Properties

CallFrame

callFrame

[JsonPropertyName("callFrame")]
public CallFrame CallFrame { get; set; }

Property Value

CallFrame

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

string

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

long

PositionTicks

positionTicks

[JsonPropertyName("positionTicks")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PositionTickInfo[] PositionTicks { get; set; }

Property Value

PositionTickInfo[]