docs: minor fix in memory-infra compositor doc
Looks like Gitiles mardown renderer doesn't support tables yet. I filed https://bugs.chromium.org/p/gerrit/issues/detail?id=5923 to request the feature. In the meantime, turning the cc's table into a code section, as currently gets renderer as unreadable text. TBR=ericrk@chromium.org Review-Url: https://codereview.chromium.org/2791973002 Cr-Commit-Position: refs/heads/master@{#461396}
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user