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