-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Percent and ratio cleanup in trace points
For resize group of tracepoints in SchedulingDelegate (Balanced GC in OpenJ9), there is a mixup in prints for ratio and factors (values between 0 and 1) and percents (values between 0 and 100). To avoid confusion '%' is added after the percent value or explicitly stated it's a ratio (or factor), accordingly. Signed-off-by: Aleksandar Micic <[email protected]>
- Loading branch information
Aleksandar Micic
authored and
Aleksandar Micic
committed
Oct 30, 2024
1 parent
0601b27
commit ab717c7
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters