RunCompleted

data class RunCompleted(val target: String, val threadName: String, val computingTime: Long) : ProgressEvent

Terminal signal for a target run.

The View should:

  • close open writers

  • globally sort buffered -Fun/-Var rows by (K asc, corr asc)

  • rewrite both files aligned

Constructors

Link copied to clipboard
constructor(target: String, threadName: String, computingTime: Long)

Properties

Link copied to clipboard

Wall-clock computing time in milliseconds (informational).

Link copied to clipboard
open override val target: String

Logical target bucket: BEST, WORST, or AVERAGE.

Link copied to clipboard
open override val threadName: String

Originating thread name (informational for logs).