You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/GpuMemDumpVis/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,3 +43,7 @@ You can also use typical options:
43
43
* Image with tiling unknown to the allocator (Vulkan).
44
44
* Allocation of unknown type.
45
45
* Black bar - one or more allocations of any kind too small to be visualized as filled rectangles.
46
+
47
+
## Additional notes
48
+
49
+
Warning! Current version of the tool shows incorrect result when allocations alias (overlap) in memory, as it only looks at sizes of the allocations, not their offsets.
0 commit comments