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
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49        --></style>
50    <title>nw::dev::ProfileManager</title>
51  </head>
52  <body>
53    <h1><CODE>nw::dev::ProfileManager</CODE> Class</h1>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class ProfileManager</pre>
57    </div>
58    <h2>Description</h2>
59    <div class="section">
60      <p>Class for saving profile results.</p>
61    </div>
62    <a name="struct" id="struct">
63      <h2>Structures</h2>
64      <div class="section">
65        <table class="members">
66          <tr>
67            <th>
68              <a href="../../../nw/dev/ProfileManager/Description/Overview.html">nw::dev::ProfileManager::Description</a>
69            </th>
70            <td>Content to configure.</td>
71          </tr>
72          <tr>
73            <th>
74              <a href="../../../nw/dev/ProfileManager/Report/Overview.html">nw::dev::ProfileManager::Report</a>
75            </th>
76            <td>The profile results.</td>
77          </tr> </table>
78      </div>
79    </a> <a name="enum" id="enum">
80      <h2>Enumerated Types</h2>
81      <div class="section">
82        <table class="members">
83          <tr>
84            <td width="100"> </td>
85            <th>
86              <a href="../../../nw/dev/ProfileManager/ExportFormat.html">ExportFormat</a>
87            </th>
88            <td>Definitions of log export formats</td>
89          </tr>
90          <tr>
91            <td width="100"> </td>
92            <th>
93              <a href="../../../nw/dev/ProfileManager/Accuracy.html">Accuracy</a>
94            </th>
95            <td>Definitions of log export precision.</td>
96          </tr>
97          <tr>
98            <td width="100"> </td>
99            <th>
100              <a href="../../../nw/dev/ProfileManager/Mode.html"><CODE>Mode</CODE></a>
101            </th>
102            <td>Item to be measured.</td>
103          </tr> </table>
104      </div>
105    </a> <a name="typedef" id="typedef">
106      <h2><CODE>typedef</CODE> Definitions</h2>
107      <div class="section">
108        <table class="members">
109          <tr>
110            <th class="category" colspan="3">Set/Get</th>
111          </tr>
112          <tr>
113            <td width="100" />
114            <th>
115              <a href="../../../nw/dev/ProfileManager/ReportArray.html">ReportArray</a>
116            </th>
117            <td>Represents the report list.</td>
118          </tr>
119          <tr>
120            <td width="100" />
121            <th>
122              <a href="../../../nw/dev/ProfileManager/ReportRange.html">ReportRange</a>
123            </th>
124            <td>Definition of type representing the range of the report list.</td>
125          </tr> </table>
126      </div>
127    </a> <a name="function" id="function">
128      <h2>Member Functions</h2>
129      <div class="section">
130        <table class="members">
131          <tr>
132            <th class="category" colspan="3">Set/Get</th>
133          </tr>
134          <tr>
135            <td width="100">  </td>
136            <th>
137              <a href="../../../nw/dev/ProfileManager/AddReport.html">AddReport</a>
138            </th>
139            <td>Adds a report to the manager.</td>
140          </tr>
141          <tr>
142            <td width="100">  </td>
143            <th>
144              <a href="../../../nw/dev/ProfileManager/StoreReport.html">StoreReport</a>
145            </th>
146            <td>Compares reports and adds to manager.</td>
147          </tr>
148          <tr>
149            <td width="100">  </td>
150            <th>
151              <a href="../../../nw/dev/ProfileManager/ClearReports.html">ClearReports</a>
152            </th>
153            <td>Deletes the saved reports.</td>
154          </tr>
155          <tr>
156            <td width="100">  </td>
157            <th>
158              <a href="../../../nw/dev/ProfileManager/GetReports.html">GetReports</a>
159            </th>
160            <td>Gets the start and end of the report list.</td>
161          </tr>
162          <tr>
163            <td width="100">  </td>
164            <th>
165              <a href="../../../nw/dev/ProfileManager/GetReportCount.html">GetReportCount</a>
166            </th>
167            <td>Gets the number of reports.</td>
168          </tr>
169          <tr>
170            <td width="100">  </td>
171            <th>
172              <a href="../../../nw/dev/ProfileManager/GetReportCapacity.html">GetReportCapacity</a>
173            </th>
174            <td>Gets the number of reports.</td>
175          </tr>
176          <tr>
177            <td width="100">  </td>
178            <th>
179              <a href="../../../nw/dev/ProfileManager/GetReport.html">GetReport</a>
180            </th>
181            <td>Gets the report with the specified index number.</td>
182          </tr>
183          <tr>
184            <td width="100">  </td>
185            <th>
186              <a href="../../../nw/dev/ProfileManager/GetDescription.html"><CODE>GetDescription</CODE></a>
187            </th>
188            <td>
189        </td>
190          </tr>
191          <tr>
192            <th class="category" colspan="3">Other</th>
193          </tr>
194          <tr>
195            <td width="100">
196              <span class="static_style" title="static">S</span> </td>
197            <th>
198              <a href="../../../nw/dev/ProfileManager/CreateProfileManager.html">CreateProfileManager</a>
199            </th>
200            <td>Generates a profile manager.</td>
201          </tr>
202          <tr>
203            <td width="100">  </td>
204            <th>
205              <a href="../../../nw/dev/ProfileManager/Destroy.html"><CODE>Destroy</CODE></a>
206            </th>
207            <td>Destroys the profile manager.</td>
208          </tr>
209          <tr>
210            <td width="100">  </td>
211            <th>
212              <a href="../../../nw/dev/ProfileManager/DumpReports.html">DumpReports</a>
213            </th>
214            <td>Outputs the reports to the console.</td>
215          </tr> </table>
216      </div>
217    </a>
218  <hr><p>CONFIDENTIAL</p></body>
219</html>