Class PositionTickInfo

java.lang.Object
org.openqa.selenium.devtools.v122.profiler.model.PositionTickInfo

public class PositionTickInfo extends Object
Specifies a number of samples attributed to a certain source position.
  • Constructor Details

    • PositionTickInfo

      public PositionTickInfo(Integer line, Integer ticks)
  • Method Details

    • getLine

      public Integer getLine()
      Source line number (1-based).
    • getTicks

      public Integer getTicks()
      Number of samples attributed to the source line.