Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2019.4.X, 2020.1.X, 2020.2.X
Votes
0
Found in
2017.3.0f1
Issue ID
1180144
Regression
No
[Profiler] The CPU Profiler -> Hierarchy view's "Show Calls" view does not count Calls correctly for the "Called From" section
Steps to Reproduce:
1. Add the Test.cs file to an Empty project and attach the component to something in the scene.
2. Run the game with and profile it with the Profiler Window
(Alternatively, load the attached test.data file into the Profiler Window)
3. In the Profiler Window, select the CPU Profiler Module,
4. Open Hierarchy view
5. Navigate to find the sample PlayerLoop/Update.ScriptRunBehaviourUpdate/BehaviourUpdate/Test.Update() samples
6. From Details dropdown in the top right hand corner of the Hierarchy View's panel, select "Show Calls"
7. Select the "RecursionTest" or "NonRecursionTest" Sample and observe the "Called From" part of the view
Expected: The calls column for the "Called From" entry for the Test.Update Callee shows the same number as the Hierarchy view, i.e. 2 for "RecursionTest" and 40 for "NonRecursionTest".
Actual: Supposedly, Test.Update calls both of these only once.
Note: This works for the Raw Hierarchy view, suggesting that the number is incorrectly calculated based in the merged call stacks of the Hierarchy view.
This is probably broken since the implementation of this feature.
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
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
Resolution Note (fix version 2021.1):
Fixed in - 2021.1.0a1
Resolution Note (fix version 2020.1):
Fixed in - 2020.1.14f1
Resolution Note (fix version 2019.4):
Fixed in - 2019.4.19f1