Search Issue Tracker
Fixed in 0.7.0-preview.1
Votes
0
Found in [Package]
0.6.0-preview.1
Issue ID
1233100
Regression
No
[Profile Analyzer] Markers are sorted randomly when ordering by certain values
How to reproduce:
1. Open attached 'ProfileAnalyzer' project
2. Open Profile Analyzer found in Window->Analysis->Profile Analyzer
3. Go to Compare tab
4. Load user's attached 'Capture (2019.3.6f1).data.pdata' as first comparison
5. Load user's attached 'Capture (2020.1.0b2).data.pdata' as second comparison
6. Add '< Count' and '>Count' in Marker list by right-clicking on Marker list comparison list names
7. Press on '< Count' to sort it in ascending order
8. Press on '< Count' again to sort it in descending order
Expected result: Markers get sorted by'< Count' column in the columns ascending/descending order of its values
Actual result: Markers get sorted by the Count Left column values instead
Reproducible with: 0.5.0-preview.1, 0.6.0-preview.1 (2017.4.39f1, 2018.4.20f1, 2019.3.9f1, 2020.1.0b5, 2020.2.0a5)
Not reproducible with: 0.4.0-preview.3, 0.4.0-preview.5, 0.4.0-preview.6 because these sorting options were not introduced
Note: This also happens with '< Frame Count', '> Frame Count', '< Total', and '> Total' options
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note (fix version 0.7.0-preview.1):
Sorting on columns is now working correctly