gctoolkit
gctoolkit copied to clipboard
Tool for parsing GC logs
1) Apply a DRY refactoring to the ZGC class hierarchy. 2) Capture some information not currently captured such as work thread counts.
Bumps [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) from 6.55.0 to 7.10.0. Release notes Sourced from net.sourceforge.pmd:pmd-core's releases. PMD 7.10.0 (31-January-2025) 31-January-2025 - 7.10.0 The PMD team is pleased to announce PMD 7.10.0. This is a...
Intended to fix #359. About the fix: 1. Introduced a null guard. When `getClock()` is initially null, it means there is no event in the file. Therefore, we throw an...