[NFC] ProfileSummary: const a bunch of members and fields.
It helps readability and maintainability (don't need to chase down writes to a field I see is const, for example)
Loading
Please sign in to comment
It helps readability and maintainability (don't need to chase down writes to a field I see is const, for example)