Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2020.2.0b11
2021.1
Issue ID
1293052
Regression
No
The CPU Usage chart does not scale up to show any values higher than 66ms (15FPS)
How to reproduce:
1. Open the user's attached project
2. Open 'SampleScene'
3. Open the Profiler window (Window > Analysis > Profiler)
4. Make sure that the CPU Module is enabled (drop-down Module list in the top left of the Profiler window and check the CPU Module)
5. Enter the Play mode to capture some data
6. Observe the CPU Usage chart
Expected result: The CPU Usage chart scales up to show any frame times less than 500ms (2FPS)
Actual result: The CPU Usage chart does not scale up to show any values higher than 66ms (15FPS)
Reproducible with: 2018.4.29f1, 2019.4.15f1, 2020.1.14f1, 2020.2.0b13, 2021.1.0a7
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Context menu item checkmark updates only after reopening twice when using Menu.SetChecked on component context menu items
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
Resolution Note:
This is currently By Design, albeit questionable Design.
The reasoning is: if the Profiler automatically adjusts to spikes, surrounding frames become unreadable in the chart.
That said, we are taking this as feedback to improve the UX here and likely introduce an option on how the scaling should work/ be applied. We're tracking this feedback outside of the Issue Tracker