Search Issue Tracker
By Design
Votes
0
Found in
2021.1
2022.1
2022.1.0a2
Issue ID
1350871
Regression
Yes
[Profiler] Chart Tooltip shows individual time for some and total time for other
How to reproduce:
1. Create a new Unity project
2. Open the Profiler
3. Load in attached .data file
4. Go to Frame 13
5. Select the sample 'Animators.Update'
6. Notice the value is shown in the top chart is '7.96ms'
7. Notice this matches the individual samples times on 7.96ms
8. Now move to 'Animators.WriteJob'
9. Notice this shows 0.19ms in the top chart
10. Notice this matches the total time of 0.191ms
Expected results: Both times it shows the same total time in the frame or the value of the exact sample
Actual results: On some samples, this appears to be the total time in the frame in others it appears to be the value of the exact sample
Reproducible with: 2021.1.0b5, 2022.1.0a3
Could not test with 2021.1.16f1 and earlier because of the "Profiler data stream has invalid signature." error
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note (2022.1.X):
this is by design and any changes would need reworking of some internal tracking mechanisms for the profiler sample tracking