1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48    <title>nw::demo::RenderSystem::LoadMeterDescription</title>
49  </head>
50  <body>
51    <h1><CODE><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/demo/Overview.html">demo</a>::<a href="../../../../nw/demo/RenderSystem/Overview.html">RenderSystem</a>::LoadMeterDescription</CODE> Structure</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">struct LoadMeterDescription
55{
56   <span>s64</span> startTick;
57   float loadTime;
58   float loadGpuTime;
59   float waitTime;
60   float transferTime;
61   float gpuOtherTime;
62   float cumulativeTime;
63   float cumulativeGpuTime;
64   float cumulativeWaitTime;
65   int drawCommandBufferSize;
66   <span>s32</span> callCount;
67};
68</pre>
69    </div>
70    <h2>Description</h2>
71    <div class="section">
72      <p>Load meter description.</p>
73    </div>
74    <a name="constant" id="constant">
75      <h2>Member Constants</h2>
76      <div class="section">
77        <table class="members">
78          <tr>
79            <td width="100">
80              <span class="static_style" title="static">S</span>
81            </td>
82            <th>
83              <span class="argument">NANO_TO_MILLI</span>
84            </th>
85            <td width="100">const float</td>
86            <td>
87        </td>
88          </tr>
89          <tr>
90            <td width="100">
91              <span class="static_style" title="static">S</span>
92            </td>
93            <th>
94              <span class="argument">MILLI_TO_RATE</span>
95            </th>
96            <td width="100">const float</td>
97            <td>
98        </td>
99          </tr> </table>
100      </div>
101    </a> <a name="variable" id="variable">
102      <h2>Member Variables</h2>
103      <div class="section">
104        <table class="members">
105          <tr>
106            <td width="100"> </td>
107            <th>
108              <span class="argument">startTick</span>
109            </th>
110            <td width="100"><span>s64</span></td>
111            <td>Start tick.</td>
112          </tr>
113          <tr>
114            <td width="100"> </td>
115            <th>
116              <span class="argument">loadTime</span>
117            </th>
118            <td width="100">float</td>
119            <td>Load time.</td>
120          </tr>
121          <tr>
122            <td width="100"> </td>
123            <th>
124              <span class="argument">loadGpuTime</span>
125            </th>
126            <td width="100">float</td>
127            <td>GPU load time.</td>
128          </tr>
129          <tr>
130            <td width="100"> </td>
131            <th>
132              <span class="argument">waitTime</span>
133            </th>
134            <td width="100">float</td>
135            <td>Command list wait time.</td>
136          </tr>
137          <tr>
138            <td width="100"> </td>
139            <th>
140              <span class="argument">transferTime</span>
141            </th>
142            <td width="100">float</td>
143            <td>Transfer time from render target.</td>
144          </tr>
145          <tr>
146            <td width="100"> </td>
147            <th>
148              <span class="argument">gpuOtherTime</span>
149            </th>
150            <td width="100">float</td>
151            <td>Time for other GPU processes.</td>
152          </tr>
153          <tr>
154            <td width="100"> </td>
155            <th>
156              <span class="argument">cumulativeTime</span>
157            </th>
158            <td width="100">float</td>
159            <td>Cumulative time.</td>
160          </tr>
161          <tr>
162            <td width="100"> </td>
163            <th>
164              <span class="argument">cumulativeGpuTime</span>
165            </th>
166            <td width="100">float</td>
167            <td>Cumulative GPU time.</td>
168          </tr>
169          <tr>
170            <td width="100"> </td>
171            <th>
172              <span class="argument">cumulativeWaitTime</span>
173            </th>
174            <td width="100">float</td>
175            <td>Cumulative command list wait time.</td>
176          </tr>
177          <tr>
178            <td width="100"> </td>
179            <th>
180              <span class="argument">drawCommandBufferSize</span>
181            </th>
182            <td width="100">int</td>
183            <td>The drawing command buffer size.</td>
184          </tr>
185          <tr>
186            <td width="100"> </td>
187            <th>
188              <span class="argument">callCount</span>
189            </th>
190            <td width="100"><span>s32</span></td>
191            <td>Number of calls.</td>
192          </tr> </table>
193      </div>
194    </a> <a name="function" id="function">
195      <h2>Member Functions</h2>
196      <div class="section">
197        <table class="members">
198          <tr>
199            <td width="100">  </td>
200            <th>
201              <a href="../../../../nw/demo/RenderSystem/LoadMeterDescription/LoadMeterDescription.html">LoadMeterDescription</a>
202            </th>
203            <td>Constructor.</td>
204          </tr> </table>
205      </div>
206    </a>
207  <hr><p>CONFIDENTIAL</p></body>
208</html>
209