PositionTickInfo

@native @JSType trait PositionTickInfo extends StObject

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

Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var line: Double

Source line number (1-based).

Source line number (1-based).

var ticks: Double

Number of samples attributed to the source line.

Number of samples attributed to the source line.