gctoolkit icon indicating copy to clipboard operation
gctoolkit copied to clipboard

Improve estimated StartTime calculation in Aggregation

Open karianna opened this issue 2 years ago • 0 comments
trafficstars

 * todo: The better way to do this is to calculate the variance in GC frequency and if the gap between 0.000 and
 * the first event exceeds the variance, then the first event would be considered the beginning of the log file.
 * otherwise, the time of the first event should be the time of the first event - the variance.

This removes the 0.25 magic number.

karianna avatar Jan 17 '23 18:01 karianna