Search Issue Tracker
Fixed in 0.7.0-preview.1
Votes
0
Found in [Package]
0.6.0-preview.1
Issue ID
1243975
Regression
No
[Profiler Analyzer] Thread Job Workers are sorted alphabetically instead of numerically in 'Main Thread' view
How to reproduce:
1. Open the attached 'project-1243975.zip' project
2. Select 'Window' > 'Analysis' > 'Profile Analyzer'
3. Select 'Load' and load 'data.pdata'
4. Click on the 'Select' button next to the 'Main Thread' blue label
5. Expand the 'Job.Worker (0 of 15)' tab in the Threads window
Expected result: workers are sorted numerically ('Worker 11' goes after 'Worker 2')
Actual result: workers are sorted alphabetically ('Worker 11' goes before 'Worker 2')
Reproducible with: 2018.4.22f1, 2019.3.13f1, 2020.1.0b8, 2020.2.0a10 (0.5.0-preview.1, 0.6.0-preview.1)
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
- UI Toolkit Slider value defaults to min value when the initial value is set in the UXML file
- The Player hangs when unloading a scene using the UnloadUnusedAssets() method
- [iOS] Too many texture parameters error is thrown when running on devices that support the number of parameters
- [MacOS] Trying to pick a Colour from full-screen window breaks Colour Picker Tool functionality
- WebGL Player hangs on first frame when "Autoconnect Profiler" is enabled and large amount of Profiler data is buffered before the first frame
Resolution Note (fix version 0.7.0-preview.1):
Job Workers are now sorted numerically