TimeStore

constructor(startedSize: Int = 10, onIterationSize: Int = 200, finishedSize: Int = 10, stoppedSize: Int = 10)

Creates TimeStore with default sizes.


constructor(onStarted: MutableList<TimeMarker>, onIteration: MutableList<TimeMarker>, onFinished: MutableList<TimeMarker>, onStopped: MutableList<TimeMarker>)