Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 3504

libogre1-devel-0.13.0-1mdk.i586.rpm

<html>
<head>
<title>Ogre::Profiler::ProfileFrame struct Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<link type="text/css" rel="stylesheet" href="style.css">
</head>

<body>
<!-- Generated by Doxygen 1.2.16 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>Ogre::Profiler::ProfileFrame  Struct Reference</h1>Represents the total timing information of a profile since profiles can be called more than once each frame. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>&gt;</code>
<p>
Collaboration diagram for Ogre::Profiler::ProfileFrame:<p><center><img src="structOgre_1_1Profiler_1_1ProfileFrame__coll__graph.png" border="0" usemap="#Ogre_1_1Profiler_1_1ProfileFrame__coll__map" alt="Collaboration graph"></center>
<map name="Ogre_1_1Profiler_1_1ProfileFrame__coll__map">
<area href="classOgre_1_1String.html" shape="rect" coords="52,36,132,17" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="structOgre_1_1Profiler_1_1ProfileFrame-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1String.html">String</a>&nbsp;</td><td valign=bottom><a class="el" href="structOgre_1_1Profiler_1_1ProfileFrame.html#Ogre_1_1Profiler_1_1ProfileFramem0">name</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>The name of the profile.</em> <a href="#Ogre_1_1Profiler_1_1ProfileFramem0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a353">ulong</a>&nbsp;</td><td valign=bottom><a class="el" href="structOgre_1_1Profiler_1_1ProfileFrame.html#Ogre_1_1Profiler_1_1ProfileFramem1">frameTime</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>The total time this profile has taken this frame.</em> <a href="#Ogre_1_1Profiler_1_1ProfileFramem1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a352">uint</a>&nbsp;</td><td valign=bottom><a class="el" href="structOgre_1_1Profiler_1_1ProfileFrame.html#Ogre_1_1Profiler_1_1ProfileFramem2">calls</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>The number of times this profile was called this frame.</em> <a href="#Ogre_1_1Profiler_1_1ProfileFramem2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a352">uint</a>&nbsp;</td><td valign=bottom><a class="el" href="structOgre_1_1Profiler_1_1ProfileFrame.html#Ogre_1_1Profiler_1_1ProfileFramem3">hierarchicalLvl</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>The hierarchical level of this profile, 0 being the main loop.</em> <a href="#Ogre_1_1Profiler_1_1ProfileFramem3"></a><em></em></font><br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Represents the total timing information of a profile since profiles can be called more than once each frame.
<p>

<p>
Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00246">246</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.<hr><h2>Member Data Documentation</h2>
<a name="Ogre_1_1Profiler_1_1ProfileFramem2" doxytag="Ogre::Profiler::ProfileFrame::calls"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a352">uint</a> Ogre::Profiler::ProfileFrame::calls
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The number of times this profile was called this frame.
<p>

<p>
Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00255">255</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.
<p>
Referenced by <a class="el" href="OgreProfiler_8cpp-source.html#l00273">Ogre::Profiler::beginProfile</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1Profiler_1_1ProfileFramem1" doxytag="Ogre::Profiler::ProfileFrame::frameTime"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a353">ulong</a> Ogre::Profiler::ProfileFrame::frameTime
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The total time this profile has taken this frame.
<p>

<p>
Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00252">252</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.
<p>
Referenced by <a class="el" href="OgreProfiler_8cpp-source.html#l00273">Ogre::Profiler::beginProfile</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1Profiler_1_1ProfileFramem3" doxytag="Ogre::Profiler::ProfileFrame::hierarchicalLvl"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a352">uint</a> Ogre::Profiler::ProfileFrame::hierarchicalLvl
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The hierarchical level of this profile, 0 being the main loop.
<p>

<p>
Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00258">258</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.
<p>
Referenced by <a class="el" href="OgreProfiler_8cpp-source.html#l00273">Ogre::Profiler::beginProfile</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1Profiler_1_1ProfileFramem0" doxytag="Ogre::Profiler::ProfileFrame::name"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1String.html">String</a> Ogre::Profiler::ProfileFrame::name
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The name of the profile.
<p>

<p>
Definition at line <a class="el" href="OgreProfiler_8h-source.html#l00249">249</a> of file <a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a>.
<p>
Referenced by <a class="el" href="OgreProfiler_8cpp-source.html#l00273">Ogre::Profiler::beginProfile</a>().    </td>
  </tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="OgreProfiler_8h-source.html">OgreProfiler.h</a></ul>
<p>
Copyright &copy; 2002-2003 by The OGRE Team<br />
Last modified Wed Jan 21 00:19:18 2004
</p>
</body>
</html>