Search Issue Tracker
By Design
Votes
0
Found in
2020.2.0a13
Issue ID
1251144
Regression
Yes
[Profiling] Raw Hierarchy mode showing Hierarchy mode data in the profiler
Hierarchy and Raw Hierarchy mode are showing the same data.
Steps to repro:
1. Create a new project.
2. Windows > Analysis > Profiler.
3. Stop recording > Toggle on "Live" display mode.
4. Select frame > Change to Raw Hierarchy mode.
5. Change to Hierarchy mode.
Actual Result:
Raw Hierarchy mode showing Hierarchy mode data in the profiler.
Expected Result:
Raw Hierarchy mode should show its data in the profiler.
Reproducible in:
2020.2.0a13.
Working Fine in:
2020.2.0a12, 2020.1.0b11.
Environment:
Occurring on Windows 10 & Mac 10.15.
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
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
Resolution Note (2020.2.X):
In this case all of the investigated data had a call count of 1. Hierarchy mode would have contained different data if there would have been any calls with a higher call count, in which case these items would have been collapsed. When there is only 1 of each though, Raw Hierarchy and Hierarchy are effectively the same view.