File tree Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# The short X.Y version.
57
- version = u'1.3 .0'
57
+ version = u'1.4 .0'
58
58
# The full version, including alpha/beta/rc tags.
59
- release = u'1.3 .0'
59
+ release = u'1.4 .0'
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -7,10 +7,24 @@ using and where that memory is allocated. It can be used to very quickly
7
7
determine if the application is using too much memory of a certain type
8
8
and if the correct memory type is being used where it should be.
9
9
10
+ RMV is able to detect if a memory trace was taken from a system with
11
+ Smart Access Memory (SAM) enabled. SAM gives the CPU direct access to
12
+ all available video memory. More information on SAM can be found in the
13
+ GPUOpen article, "How to get the most out of Smart Access Memory" located
14
+ at https://gpuopen.com/learn/get-the-most-out-of-smart-access-memory/
15
+
16
+ The top line of the Heap overview pane indicates if SAM is enabled or
17
+ disabled.
18
+
19
+ When SAM is disabled, the display is split into 3 sections, one section per
20
+ heap type. There is a brief description of the use for each heap.
21
+
10
22
.. image :: media/snapshot/heap_overview_1.png
11
23
12
- The display is split into 3 sections, one section per heap type. There is
13
- a brief description of the use for each heap.
24
+ When SAM is enabled, the section for the invisible heap is not shown since
25
+ all memory is visible to the CPU.
26
+
27
+ .. image :: media/snapshot/heap_overview_2.png
14
28
15
29
On the left is the amount of memory used for each heap type as a series
16
30
of bar graphs:
Original file line number Diff line number Diff line change @@ -110,8 +110,9 @@ time and returning back to the **Snapshot generation** will now show the table
110
110
fully populated for the selected snapshot.
111
111
112
112
Right-clicking on a snapshot in the table will show a context menu allowing the snapshot
113
- to be renamed or deleted. Snapshots are saved back to the trace file so they can be
114
- viewed at a later date.
113
+ to be renamed or deleted. Snapshots can be renamed using any printable ASCII character,
114
+ including spaces. Snapshot names are limited to 32 characters. Snapshots are saved back
115
+ to the trace file so they can be viewed at a later date.
115
116
116
117
Two or more snapshots can be selected in the table by holding down the shift key to
117
118
select a range of snapshots or pressing Ctrl to select individual snapshots.
You can’t perform that action at this time.
0 commit comments