Skip to content

Add Summaryslice interval iterator helper

Tamas Gal requested to merge add-summaryslice-interval-iterator into main

This adds a new type called SummarysliceIntervalIterator which allows to iterator over chunks of timeslices of a given time interval. This is useful if someone wants to analyse e.g. 30 second intervals. The summaryslices are returned as Vector{Summaryslice} and are time-sorted as well.

Merge request reports

Loading