From e1bf674c16e3c8472b29574159c789cd3f0c64e0 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Fri, 24 Feb 2017 09:32:20 -0800 Subject: Updating to blast_source-windows@1.0.347-21749006 and blast_tools_and_samples-windows@1.0.347-21749006 with a new directory structure. NvBlast folder is gone, files have been moved to top level directory. README is changed to reflect this. --- docs/api_docs/files/struct_nv_blast_timers.html | 142 ++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 docs/api_docs/files/struct_nv_blast_timers.html (limited to 'docs/api_docs/files/struct_nv_blast_timers.html') diff --git a/docs/api_docs/files/struct_nv_blast_timers.html b/docs/api_docs/files/struct_nv_blast_timers.html new file mode 100644 index 0000000..4429d0d --- /dev/null +++ b/docs/api_docs/files/struct_nv_blast_timers.html @@ -0,0 +1,142 @@ + + + NVIDIA(R) Blast(R) SDK 1.0 API Reference: NvBlastTimers Struct Reference + + + + + + + +
+

NvBlastTimers Struct Reference

#include <NvBlastTypes.h> +

+ +

+List of all members. + + + + + + + + + + + + + + + + + +

Public Attributes

int64_t fracture
 Time spent applying damage.
int64_t island
 Time spent discovering islands.
int64_t material
 Time spent in material function.
int64_t partition
 Time spent partitioning the graph.
int64_t visibility
 Time spent updating visibility.
+


Detailed Description

+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).

+In profile build configurations, if a pointer to an instance of this struct is passed into Blast functions with an NvBlastTimers 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.


Member Data Documentation

+ +
+
+ + + + +
int64_t NvBlastTimers::fracture
+
+
+ +

+Time spent applying damage. +

+ +

+

+ +

+
+ + + + +
int64_t NvBlastTimers::island
+
+
+ +

+Time spent discovering islands. +

+ +

+

+ +

+
+ + + + +
int64_t NvBlastTimers::material
+
+
+ +

+Time spent in material function. +

+ +

+

+ +

+
+ + + + +
int64_t NvBlastTimers::partition
+
+
+ +

+Time spent partitioning the graph. +

+ +

+

+ +

+
+ + + + +
int64_t NvBlastTimers::visibility
+
+
+ +

+Time spent updating visibility. +

+ +

+

+


The documentation for this struct was generated from the following file: +
+ + + + -- cgit v1.2.3