Sort screen rendering traces by impact
Currently, the screen rendering trace tool displays a list of issues, but with many items, it becomes overwhelming to sift through and identify the most significant problems.
Specific Challenges
- Volume of Data: With many items in the trace list, manually identifying high-impact issues is impractical.
- Lack of Prioritization: The current list does not prioritize issues based on their impact, making it difficult to focus on what matters most.
- Efficiency: Developers need a way to quickly pinpoint and address the most significant rendering issues to improve application performance.
Proposed Solution
Introduce an "Impact Sort" option in the screen rendering trace tool. This sorting method will prioritize issues based on the formula: frozen frames * number of samples. By calculating the total frozen frames a given issue causes across the installed base, this option will provide a clear insight into which issues are most detrimental to performance.
1
vote
Kasper Weibel Nielsen-Refs
shared this idea