From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classCAutoTimer.html | 197 ++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 docs/doxygen/nel/classCAutoTimer.html (limited to 'docs/doxygen/nel/classCAutoTimer.html') diff --git a/docs/doxygen/nel/classCAutoTimer.html b/docs/doxygen/nel/classCAutoTimer.html new file mode 100644 index 00000000..7e2b0d73 --- /dev/null +++ b/docs/doxygen/nel/classCAutoTimer.html @@ -0,0 +1,197 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

CAutoTimer Class Reference

An automatic measuring timer. +More... +

+#include <hierarchical_timer.h> +

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

Public Methods

 CAutoTimer (CHTimer *timer)
 ~CAutoTimer ()

Private Attributes

CHTimer_HTimer
+


Detailed Description

+An automatic measuring timer. +

+Encapsulates calls to CHTimer, and avoids missuses of before() and after(). ex:

 void myFunction()
+ {
+        static CHTimer  myTimer("myFunction");
+        CAutoTimer              myAuto(myTimer);
+        // some code here
+ }
+ *
+
Don't forget to call after() to avoid timing wrongness or assertion crashes !
+Author:
+Benjamin Legros , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 212 of file hierarchical_timer.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
CAutoTimer::CAutoTimer CHTimer  timer [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 217 of file hierarchical_timer.h. +

+References CHTimer::before.

+

+ + + + +
+ + + + + + + + + +
CAutoTimer::~CAutoTimer   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 218 of file hierarchical_timer.h. +

+References CHTimer::after.

+


Member Data Documentation

+

+ + + + +
+ + +
CHTimer* CAutoTimer::_HTimer [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 215 of file hierarchical_timer.h.

+


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