Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve estimated StartTime calculation in Aggregation #257

Open
karianna opened this issue Jan 17, 2023 · 2 comments
Open

Improve estimated StartTime calculation in Aggregation #257

karianna opened this issue Jan 17, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@karianna
Copy link
Member

 * 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 karianna added the enhancement New feature or request label Jan 23, 2023
@kkdlau
Copy link

kkdlau commented Jun 2, 2024

Hi @karianna, looks like the scope of this issue is well-defined and I think I will be able to handle this - would you assign this issue to me 😄 ?

@karianna
Copy link
Member Author

karianna commented Jun 3, 2024

Hi @karianna, looks like the scope of this issue is well-defined and I think I will be able to handle this - would you assign this issue to me 😄 ?

Please go ahead and thank you!

kkdlau added a commit to kkdlau/gctoolkit that referenced this issue Jun 6, 2024
kkdlau added a commit to kkdlau/gctoolkit that referenced this issue Jun 6, 2024
kkdlau added a commit to kkdlau/gctoolkit that referenced this issue Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants