-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I see this output:
SomeOtherClass.OtherMethod: 2,342,864 (6.93%) bytes in 48,242 (8.43%) objects (avg size 49 bytes)
SomeClass.SomeMethod: 5,491,856 (0.02%) bytes in 343,241 (0.10%) objects (avg size 16 bytes)
It is confused me. Why OtherMethod is 6.93 %, when SomeMethod is 0.02%, if 2,342,864 < 5,491,856?
Is it right that this percentage is calculated as
garbage_produced_by(SomeClass.SomeMethod) / total_produced_garbage(343,241 objects using SomeClass.SomeMethod) * 100 %
?
Metadata
Metadata
Assignees
Labels
No labels