Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: docs/memory-infra/probe-cc.md

Issue 2791973002: docs: minor fix in memory-infra compositor doc (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698