Skip to content

Commit a1b983e

Browse files
committed
Add GPU Memory profiler docs
1 parent 0969fe4 commit a1b983e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

408 KB
Loading

manual/editor/profiling/profiler.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ PROFILE_GPU("MyFunction"); // or PROFILE_GPU_CPU to inject both CPU and GPU prof
6363

6464
![GPU Dump Command](media/gpu-dump-command.png)
6565

66+
### GPU Memory
67+
68+
![GPU Memory Profiler](media/gpu-memory-profiler-preview.png)
69+
70+
GPU Memory profiler shows a list of all allocated graphics resources such as textures, render targets, buffers. Select resource to display it's properties and live preview on the right-side panel. Then you ccan navigate the list using up/down arrows.
71+
6672
### Memory
6773

6874
![Memory Profiler in Editor](media/memory-profiler-editor.png)

0 commit comments

Comments
 (0)