Table of Contents

Class PositionTickInfo

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

Specifies a number of samples attributed to a certain source position.

public sealed class PositionTickInfo
Inheritance
PositionTickInfo
Inherited Members

Properties

Line

Source line number (1-based).

[JsonPropertyName("line")]
public long Line { get; set; }

Property Value

long

Ticks

Number of samples attributed to the source line.

[JsonPropertyName("ticks")]
public long Ticks { get; set; }

Property Value

long