Active Measurement Store
class ActiveMeasurementStore(val id: Int, initialName: String = "M-", val startTime: Long, val startEventIndex: Int)
An active measurement is something a session might potentially have. Compared to FinishedMeasurement, the active measurement has mutable fields for updating the runs and meter states. Use the routine 'finish' to produce a FinishedMeasurement.