across Replication Statistics By Period
open override fun acrossReplicationStatisticsByPeriod(response: ResponseCIfc): Map<Int, Statistic>(source)
If the acrossRepStatisticsOption option is true, then this function returns the across replication statistics for each period for the specified response. If the response is not associated with the time series collector, then an empty map is returned.
open override fun acrossReplicationStatisticsByPeriod(counter: CounterCIfc): Map<Int, Statistic>(source)
If the acrossRepStatisticsOption option is true, then this function returns the across replication statistics for each period for the specified counter. If the counter is not associated with the time series collector, then an empty map is returned.