diff options
| author | Bryan Galdrikian <[email protected]> | 2017-02-24 09:32:20 -0800 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2017-02-24 09:32:20 -0800 |
| commit | e1bf674c16e3c8472b29574159c789cd3f0c64e0 (patch) | |
| tree | 9f0cfce09c71a2c27ff19589fcad6cd83504477c /docs/source_docs/files/struct_nv_blast_timers.html | |
| parent | first commit (diff) | |
| download | blast-e1bf674c16e3c8472b29574159c789cd3f0c64e0.tar.xz blast-e1bf674c16e3c8472b29574159c789cd3f0c64e0.zip | |
Updating to [email protected] and [email protected] with a new directory structure.
NvBlast folder is gone, files have been moved to top level directory. README is changed to reflect this.
Diffstat (limited to 'docs/source_docs/files/struct_nv_blast_timers.html')
| -rw-r--r-- | docs/source_docs/files/struct_nv_blast_timers.html | 161 |
1 files changed, 161 insertions, 0 deletions
diff --git a/docs/source_docs/files/struct_nv_blast_timers.html b/docs/source_docs/files/struct_nv_blast_timers.html new file mode 100644 index 0000000..0aacaa0 --- /dev/null +++ b/docs/source_docs/files/struct_nv_blast_timers.html @@ -0,0 +1,161 @@ +<html> + <head> + <title>NVIDIA(R) Blast(R) SDK 1.0 Source Reference: NvBlastTimers Struct Reference</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css"> + </head> + + <body bgcolor="#FFFFFF"> + <div id="header"> + <hr class="first"> + <img alt="" src="blast_logo.png"> + <br> + <center> + <a class="qindex" href="main.html">Main Page</a> + <!-- <a class="qindex" href="hierarchy.html">Class Hierarchy</a> //--> + <a class="qindex" href="annotated.html">Class List</a> + <a class="qindex" href="functions.html">Class Members</a> + </center> + <hr class="second"> + </div> +<!-- Generated by Doxygen 1.5.8 --> +<div class="navigation" id="top"> + <div class="tabs"> + <ul> + <li><a href="main.html"><span>Main Page</span></a></li> + <li><a href="modules.html"><span>Modules</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li class="current"><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> + </ul> + </div> + <div class="tabs"> + <ul> + <li><a href="annotated.html"><span>Class List</span></a></li> + <li><a href="classes.html"><span>Class Index</span></a></li> + <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> + <li><a href="functions.html"><span>Class Members</span></a></li> + </ul> + </div> +</div> +<div class="contents"> +<h1>NvBlastTimers Struct Reference</h1><!-- doxytag: class="NvBlastTimers" --><code>#include <<a class="el" href="_nv_blast_types_8h-source.html">NvBlastTypes.h</a>></code> +<p> + +<p> +<a href="struct_nv_blast_timers-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> +<tr><td></td></tr> +<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">int64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_timers.html#3d28ae3da5c758181deb2bbad75fab3d">fracture</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Time spent applying damage. <a href="#3d28ae3da5c758181deb2bbad75fab3d"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">int64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_timers.html#e7012b950ebcdb3a83b82d89fe317b00">island</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Time spent discovering islands. <a href="#e7012b950ebcdb3a83b82d89fe317b00"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">int64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_timers.html#c416f56479c812f9b35a655326cb57ef">material</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Time spent in material function. <a href="#c416f56479c812f9b35a655326cb57ef"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">int64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_timers.html#809518829d8ae9364ddfc2e78fa76307">partition</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Time spent partitioning the graph. <a href="#809518829d8ae9364ddfc2e78fa76307"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">int64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_timers.html#e83ccbba27f60d1885d25328e5fd34cf">visibility</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Time spent updating visibility. <a href="#e83ccbba27f60d1885d25328e5fd34cf"></a><br></td></tr> +</table> +<hr><a name="_details"></a><h2>Detailed Description</h2> +Time spent (in ticks) in various parts of Blast. These values may be filled in during the execution of various API functions. To convert to seconds, use NvBlastTicksToSeconds(ticks).<p> +In profile build configurations, if a pointer to an instance of this struct is passed into Blast functions with an <a class="el" href="struct_nv_blast_timers.html">NvBlastTimers</a> argument, then Blast will add to appropriate fields the time measured in corresponding sections of code. The user must clear the timer fields with NvBlastTimersReset to initialize or reset. <hr><h2>Member Data Documentation</h2> +<a class="anchor" name="3d28ae3da5c758181deb2bbad75fab3d"></a><!-- doxytag: member="NvBlastTimers::fracture" ref="3d28ae3da5c758181deb2bbad75fab3d" args="" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">int64_t <a class="el" href="struct_nv_blast_timers.html#3d28ae3da5c758181deb2bbad75fab3d">NvBlastTimers::fracture</a> </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Time spent applying damage. +<p> + +</div> +</div><p> +<a class="anchor" name="e7012b950ebcdb3a83b82d89fe317b00"></a><!-- doxytag: member="NvBlastTimers::island" ref="e7012b950ebcdb3a83b82d89fe317b00" args="" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">int64_t <a class="el" href="struct_nv_blast_timers.html#e7012b950ebcdb3a83b82d89fe317b00">NvBlastTimers::island</a> </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Time spent discovering islands. +<p> + +</div> +</div><p> +<a class="anchor" name="c416f56479c812f9b35a655326cb57ef"></a><!-- doxytag: member="NvBlastTimers::material" ref="c416f56479c812f9b35a655326cb57ef" args="" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">int64_t <a class="el" href="struct_nv_blast_timers.html#c416f56479c812f9b35a655326cb57ef">NvBlastTimers::material</a> </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Time spent in material function. +<p> + +</div> +</div><p> +<a class="anchor" name="809518829d8ae9364ddfc2e78fa76307"></a><!-- doxytag: member="NvBlastTimers::partition" ref="809518829d8ae9364ddfc2e78fa76307" args="" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">int64_t <a class="el" href="struct_nv_blast_timers.html#809518829d8ae9364ddfc2e78fa76307">NvBlastTimers::partition</a> </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Time spent partitioning the graph. +<p> + +</div> +</div><p> +<a class="anchor" name="e83ccbba27f60d1885d25328e5fd34cf"></a><!-- doxytag: member="NvBlastTimers::visibility" ref="e83ccbba27f60d1885d25328e5fd34cf" args="" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">int64_t <a class="el" href="struct_nv_blast_timers.html#e83ccbba27f60d1885d25328e5fd34cf">NvBlastTimers::visibility</a> </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Time spent updating visibility. +<p> + +</div> +</div><p> +<hr>The documentation for this struct was generated from the following file:<ul> +<li>sdk/lowlevel/include/<a class="el" href="_nv_blast_types_8h-source.html">NvBlastTypes.h</a></ul> +</div> +<!-- start footer part --> +<div class="footer"> +Copyright © 2015-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <a href="http://www.nvidia.com ">www.nvidia.com</a> +</div> +</body> +</html> |