Tick

o1.gui.viewimpl.tracing$.TraceEvent$.Tick
See theTick companion object
final case class Tick(time: Option[Long]) extends TraceEvent

A TraceEvent that records a clock tick.

Parameters

time

the number of the tick, if available

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val name: String

a short description of the event

a short description of the event

Attributes