You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/remote-rendering/how-tos/performance-tracing.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Use traces on PC to either get familiar with the tools or if you have an issue w
60
60
61
61
Afterwards your WPR configuration should look like this:
62
62
63
-

63
+

64
64
65
65
### Recording
66
66
@@ -74,7 +74,7 @@ You now have an ETL file that you can open in WPA.
74
74
75
75
To record a trace on a HoloLens, boot up your device and enter its IP address into a browser to open up the *Device Portal*.
76
76
77
-

77
+

78
78
79
79
1. On the left, navigate to *Performance > Performance Tracing*.
80
80
1. Select **Custom profiles**.
@@ -122,7 +122,7 @@ Windows Performance Analyzer is the standard tool to open ETL files and inspect
122
122
123
123
To get started with ARR tracing, the following pieces are good to know.
124
124
125
-

125
+

126
126
127
127
The image shows a table of tracing data and a graph representation of the same data.
128
128
@@ -134,15 +134,15 @@ All **columns to the left of the yellow bar** are interpreted as **keys**. Keys
134
134
135
135
The columns in the middle have no special meaning.
136
136
137
-

137
+

138
138
139
139
In the *Generic Events View Editor* you can configure all the columns to display, the aggregation mode, sorting and which columns are used as keys or for graphing. In the example image, **Field 2** is enabled and Field 3 - 6 are disabled. Field 2 is typically the first *custom data* field of an ETW event and thus for ARR "FrameStatistics" events, which represent some network latency value. Enable other "Field" columns to see further values of this event.
140
140
141
141
### Presets
142
142
143
143
To properly analyze a trace, you need to figure out your own workflow, and preferred data display. However, to be able to get a quick overview over the ARR-specific events, we include Windows Software Protection Platform profile and presets files in the folder *Tools/ETLProfiles*. To load a full profile, select *Profiles > Apply...* from the WPA menu bar, or open the *My Presets* panel (*Window > My Presets*) and select *Import*. The former sets up a complete WPA configuration as in the image below this paragraph. The latter only makes presets for the various view configurations available and allow you to quickly open a view to look at a specific piece of ARR event data.
144
144
145
-

145
+

146
146
147
147
The image shows views of various ARR-specific events plus a view of the overall CPU utilization.
0 commit comments