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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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