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

Add logging of threads to memory report #2774

Commits on Sep 6, 2024

  1. Replace repeated code by using getThreadFactory method. Use newCached…

    …ThreadPool with multiple arguments from newCachedThreadPool(name)
    HenrikJannsen committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    84edc68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b0eb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c75514a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7f95b9 View commit details
    Browse the repository at this point in the history
  5. Add ThreadProfiler

    HenrikJannsen committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9e8171f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4f7e68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50d7b22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    714b289 View commit details
    Browse the repository at this point in the history
  9. Improve thread names

    HenrikJannsen committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1236a62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db07c2c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49d7b06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c989f7e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5a91306 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d8c5bd View commit details
    Browse the repository at this point in the history
  15. Add ThreadName util class.

    Set thread name via ThreadName
    HenrikJannsen committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c4101ce View commit details
    Browse the repository at this point in the history
  16. Improve logs

    HenrikJannsen committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c476fb6 View commit details
    Browse the repository at this point in the history