Index: docs/memory-infra/probe-cc.md |
diff --git a/docs/memory-infra/probe-cc.md b/docs/memory-infra/probe-cc.md |
index d02066fd997dbda75071ebb03c9529961ff6b6aa..ebe653533d3ecbef36d1ae1d8eb8b2f421ce847f 100644 |
--- a/docs/memory-infra/probe-cc.md |
+++ b/docs/memory-infra/probe-cc.md |
@@ -43,12 +43,14 @@ like tile_memory, in that they are shared with cc/resource_memory. |
Note that depending on the path being used, CC memory may be either shared |
memory or GPU memory: |
+``` |
Path | Tile Memory Type | Staging Memory Type |
-------------|------------------------------------------- |
Bitmap | Shared Memory | N/A |
One Copy | GPU Memory | Shared Memory |
Zero Copy | GPU or Shared Memory | N/A |
GPU | GPU Memory | N/A |
+``` |
Note that these values can be determined from a memory-infra dump. For a given |
resource, hover over the small green arrow next to it's "size". This will show |