Search Issue Tracker
By Design
Votes
0
Found in [Package]
0.5.1-preview.1
Issue ID
1401544
Regression
No
[Memory Profiler] Table view totals display '?' until selecting them when comparing two Snapshots
How to reproduce:
1. Open the attached "case_1401544" project
2. Open the "Window -> Analysis -> Memory Profiler" window from the menu
3. Compare the "Test1" and "Test2" Snapshots under the "Compare Snapshots" pane
4. Select the "Objects and Allocations" view
5. Select and preview the values of the "Diff Raw Data" at the bottom of the view
Expected result: "Diff Raw" values are displayed properly
Actual result: '?' symbol is displayed instead of the "Diff Raw" values
Reproducible with: 0.4.0-preview.1, 0.5.1-preview.1 (2019.4.36f1, 2020.3.30f1, 2021.2.13f1, 2022.1.0b9. 2022.2.0a5)
Couldn't test with: 0.2.10-preview.1 (2019.4.36f1, 2020.3.30f1, 2021.2.13f1, 2022.1.0b9. 2022.2.0a5) (Snapshot comparison is unavailable)
Workaround: Values are displayed after selecting one of the "Diff Raw" values
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
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
- HDRP Graphics "Screen Space Global Illumination" has a link to a wrong documentation
Resolution Note:
The question-mark is there because the table doesn't calculate ahead of time how many rows it contains when comparing the two sets of data. It only calculates that count in the first opening as an optimization to speed up the processing of snapshot comparisons.
Additionally, these tables will likely be removed and comparison views will be redone in a future version of the tool.