ConfigureMeasurementEvent

data class ConfigureMeasurementEvent(val nt: Long = System.nanoTime(), val ts: Long = System.currentTimeMillis(), val name: String) : SessionEvent

Represents an event for configuring the measurement.

Constructors

Link copied to clipboard
constructor(nt: Long = System.nanoTime(), ts: Long = System.currentTimeMillis(), name: String)

Properties

Link copied to clipboard

New name of the session

Link copied to clipboard
open override val nt: Long

Event timestamp in nanoseconds (more precise, but overflows).

Link copied to clipboard
open override val ts: Long

Event timestamp in milliseconds.

Functions

Link copied to clipboard
open override fun toString(): String