TWBatchStatisticObserver

inner class TWBatchStatisticObserver(tw: TWResponse, minNumBatches: Int = BatchStatistic.MIN_NUM_BATCHES, minBatchSize: Int = BatchStatistic.MIN_NUM_OBS_PER_BATCH, maxNBMultiple: Int = BatchStatistic.MAX_BATCH_MULTIPLE, name: String? = null) : BatchStatisticObserver

Constructors

Link copied to clipboard
constructor(tw: TWResponse, minNumBatches: Int = BatchStatistic.MIN_NUM_BATCHES, minBatchSize: Int = BatchStatistic.MIN_NUM_OBS_PER_BATCH, maxNBMultiple: Int = BatchStatistic.MAX_BATCH_MULTIPLE, name: String? = null)

Properties

Link copied to clipboard

The collected BatchStatistic

Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override var label: String?
Link copied to clipboard
open override val name: String
Link copied to clipboard

Returns the observed TimeWeighted

Link copied to clipboard

false means no warm up event in parent hierarchy

Functions

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