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

feature(ActionTimeout): add garbage collection time tracking #418

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 26, 2023

  1. feature(ActionTimeout): add garbage collection time tracking to Actio…

    …nTimeout class
    
    This commit adds a new variable gcTime to the ActionTimeout class and subtracts it from the total time when calculating the time difference between the start and stop timestamps. The gcTime variable is calculated by iterating over the list of Garbage Collector MXBeans and summing up the collection times. This change improves the accuracy of the time tracking by accounting for the time spent in garbage collection.
    maxblan committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8d1c410 View commit details
    Browse the repository at this point in the history