Class PositionTickInfo
- java.lang.Object
-
- org.openqa.selenium.devtools.profiler.model.PositionTickInfo
-
public class PositionTickInfo extends java.lang.Object
Specifies a number of samples attributed to a certain source position.
-
-
Constructor Summary
Constructors Constructor Description PositionTickInfo(int line, int ticks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getLine()
int
getTicks()
int
hashCode()
-