Jotting down a suggestion from a conversation, not sure where this might fall with the TAG gc principle.
If gc is part of a LoAF, ideally we could include how much of it was gc, but at least just a boolean to say "This LoAF was impacted by gc" would be helpful. Devs could use this to ensure they're looking at LoAF data more in their control, or understand if they see a pattern where they have a specific script/function hitting LoAFs that's impacted by gc more often than others and an indicator that they should look at better management of memory in that area.
Edit: After reading a bit more, does pauseDuration include gc?
Jotting down a suggestion from a conversation, not sure where this might fall with the TAG gc principle.
If gc is part of a LoAF, ideally we could include how much of it was gc, but at least just a boolean to say "This LoAF was impacted by gc" would be helpful. Devs could use this to ensure they're looking at LoAF data more in their control, or understand if they see a pattern where they have a specific script/function hitting LoAFs that's impacted by gc more often than others and an indicator that they should look at better management of memory in that area.
Edit: After reading a bit more, does
pauseDurationinclude gc?