Search Issue Tracker
Fixed in 0.2.2-preview.1
Votes
0
Found in [Package]
0.1.0-preview.1
Issue ID
1145555
Regression
No
[MemoryProfiler] Owned Size column doesn't show the full content sizes of strings and arrays - only the size of their objects
How to reproduce:
1. Open the attached project "case_1145555-MemoryProfilerTest"
2. Capture a memory snapshot with the Memory Profiler package window (of either the editor or of Play Mode)
3. In the Memory Profiler Window observe any table containing the "Owned Size" column e.g. the one at the bottom in the "Tree Map" view or any of the "Table" views such as "All Managed Objects" etc.
Expected result: the "Owned Size" column shows the whole length dependent size in bytes for arrays and strings
Actual result: the "Owned Size" column shows 24 bytes for all System.String type entries and 16 bytes for all array entries
Reproducible with package: 0.1.0-preview.6
Reproducible with: 2018.3.0a9, 2018.3.13f1, 2019.1.0f2, 2019.2.0a12
Could not test with: 2017.4.26f1 (no package manager), 2018.3.0a8 (unable to open the Memory Profiler Window)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment