source: OGRE/trunk/ogrenew/Docs/api/html/structOgre_1_1Profiler_1_1ProfileInstance.html @ 657

Revision 657, 10.0 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title>Ogre::Profiler::ProfileInstance struct Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>Ogre::Profiler::ProfileInstance Struct Reference</h1>Represents an individual profile call. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>&gt;</code>
14<p>
15<a href="structOgre_1_1Profiler_1_1ProfileInstance-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
16<tr><td></td></tr>
17<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
18<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a426">String</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Profiler_1_1ProfileInstance.html#Ogre_1_1Profiler_1_1ProfileInstanceo0">name</a></td></tr>
19
20<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The name of the profile.  <a href="#Ogre_1_1Profiler_1_1ProfileInstanceo0"></a><br><br></td></tr>
21<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a426">String</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Profiler_1_1ProfileInstance.html#Ogre_1_1Profiler_1_1ProfileInstanceo1">parent</a></td></tr>
22
23<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The name of the parent, empty string if root.  <a href="#Ogre_1_1Profiler_1_1ProfileInstanceo1"></a><br><br></td></tr>
24<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a424">ulong</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Profiler_1_1ProfileInstance.html#Ogre_1_1Profiler_1_1ProfileInstanceo2">currTime</a></td></tr>
25
26<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The time this profile was started.  <a href="#Ogre_1_1Profiler_1_1ProfileInstanceo2"></a><br><br></td></tr>
27<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a424">ulong</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Profiler_1_1ProfileInstance.html#Ogre_1_1Profiler_1_1ProfileInstanceo3">accum</a></td></tr>
28
29<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Represents the total time of all child profiles to subtract from this profile.  <a href="#Ogre_1_1Profiler_1_1ProfileInstanceo3"></a><br><br></td></tr>
30<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a423">uint</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1Profiler_1_1ProfileInstance.html#Ogre_1_1Profiler_1_1ProfileInstanceo4">hierarchicalLvl</a></td></tr>
31
32<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The hierarchical level of this profile, 0 being the root profile.  <a href="#Ogre_1_1Profiler_1_1ProfileInstanceo4"></a><br><br></td></tr>
33</table>
34<hr><a name="_details"></a><h2>Detailed Description</h2>
35Represents an individual profile call.
36<p>
37
38<p>
39Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00257">257</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.<hr><h2>Member Data Documentation</h2>
40<a class="anchor" name="Ogre_1_1Profiler_1_1ProfileInstanceo3" doxytag="Ogre::Profiler::ProfileInstance::accum" ></a><p>
41<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
42  <tr>
43    <td class="mdRow">
44      <table cellpadding="0" cellspacing="0" border="0">
45        <tr>
46          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a424">ulong</a> <a class="el" href="structOgre_1_1Profiler_1_1ProfileInstance.html#Ogre_1_1Profiler_1_1ProfileInstanceo3">Ogre::Profiler::ProfileInstance::accum</a>
47      </table>
48    </td>
49  </tr>
50</table>
51<table cellspacing=5 cellpadding=0 border=0>
52  <tr>
53    <td>
54      &nbsp;
55    </td>
56    <td>
57
58<p>
59Represents the total time of all child profiles to subtract from this profile.
60<p>
61
62<p>
63Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00270">270</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.    </td>
64  </tr>
65</table>
66<a class="anchor" name="Ogre_1_1Profiler_1_1ProfileInstanceo2" doxytag="Ogre::Profiler::ProfileInstance::currTime" ></a><p>
67<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
68  <tr>
69    <td class="mdRow">
70      <table cellpadding="0" cellspacing="0" border="0">
71        <tr>
72          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a424">ulong</a> <a class="el" href="structOgre_1_1Profiler_1_1ProfileInstance.html#Ogre_1_1Profiler_1_1ProfileInstanceo2">Ogre::Profiler::ProfileInstance::currTime</a>
73      </table>
74    </td>
75  </tr>
76</table>
77<table cellspacing=5 cellpadding=0 border=0>
78  <tr>
79    <td>
80      &nbsp;
81    </td>
82    <td>
83
84<p>
85The time this profile was started.
86<p>
87
88<p>
89Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00266">266</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.    </td>
90  </tr>
91</table>
92<a class="anchor" name="Ogre_1_1Profiler_1_1ProfileInstanceo4" doxytag="Ogre::Profiler::ProfileInstance::hierarchicalLvl" ></a><p>
93<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
94  <tr>
95    <td class="mdRow">
96      <table cellpadding="0" cellspacing="0" border="0">
97        <tr>
98          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a423">uint</a> <a class="el" href="structOgre_1_1Profiler_1_1ProfileInstance.html#Ogre_1_1Profiler_1_1ProfileInstanceo4">Ogre::Profiler::ProfileInstance::hierarchicalLvl</a>
99      </table>
100    </td>
101  </tr>
102</table>
103<table cellspacing=5 cellpadding=0 border=0>
104  <tr>
105    <td>
106      &nbsp;
107    </td>
108    <td>
109
110<p>
111The hierarchical level of this profile, 0 being the root profile.
112<p>
113
114<p>
115Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00273">273</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.    </td>
116  </tr>
117</table>
118<a class="anchor" name="Ogre_1_1Profiler_1_1ProfileInstanceo0" doxytag="Ogre::Profiler::ProfileInstance::name" ></a><p>
119<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
120  <tr>
121    <td class="mdRow">
122      <table cellpadding="0" cellspacing="0" border="0">
123        <tr>
124          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a426">String</a> <a class="el" href="structOgre_1_1Profiler_1_1ProfileInstance.html#Ogre_1_1Profiler_1_1ProfileInstanceo0">Ogre::Profiler::ProfileInstance::name</a>
125      </table>
126    </td>
127  </tr>
128</table>
129<table cellspacing=5 cellpadding=0 border=0>
130  <tr>
131    <td>
132      &nbsp;
133    </td>
134    <td>
135
136<p>
137The name of the profile.
138<p>
139
140<p>
141Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00260">260</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.    </td>
142  </tr>
143</table>
144<a class="anchor" name="Ogre_1_1Profiler_1_1ProfileInstanceo1" doxytag="Ogre::Profiler::ProfileInstance::parent" ></a><p>
145<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
146  <tr>
147    <td class="mdRow">
148      <table cellpadding="0" cellspacing="0" border="0">
149        <tr>
150          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a426">String</a> <a class="el" href="structOgre_1_1Profiler_1_1ProfileInstance.html#Ogre_1_1Profiler_1_1ProfileInstanceo1">Ogre::Profiler::ProfileInstance::parent</a>
151      </table>
152    </td>
153  </tr>
154</table>
155<table cellspacing=5 cellpadding=0 border=0>
156  <tr>
157    <td>
158      &nbsp;
159    </td>
160    <td>
161
162<p>
163The name of the parent, empty string if root.
164<p>
165
166<p>
167Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00263">263</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.    </td>
168  </tr>
169</table>
170<hr>The documentation for this struct was generated from the following file:<ul>
171<li><a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a></ul>
172<hr>
173<p>
174Copyright &copy; 2000-2005 by The OGRE Team<br />
175<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
176This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
177                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
178                <Work rdf:about="">
179                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
180        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
181                </Work>
182                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
183
184Last modified Sun Feb 12 13:02:13 2006
185</p>
186</body>
187</html>
Note: See TracBrowser for help on using the repository browser.