NL3D::CMiniTimer Class Reference

#include <particle_system_model.h>


Public Member Functions

 CMiniTimer (uint64 &target)
 ~CMiniTimer ()

Data Fields

NLMISC::CSimpleClock SC
uint64 StartDate
uint64Target


Constructor & Destructor Documentation

NL3D::CMiniTimer::CMiniTimer uint64 target  )  [inline]
 

Definition at line 379 of file particle_system_model.h.

References SC, NLMISC::CSimpleClock::start(), Target, and uint64.

00379                                    : Target(target) 
00380         {
00381                 SC.start();             
00382         }

NL3D::CMiniTimer::~CMiniTimer  )  [inline]
 

Definition at line 383 of file particle_system_model.h.

References NLMISC::CSimpleClock::getNumTicks(), SC, NLMISC::CSimpleClock::stop(), and Target.

00384         {
00385                 SC.stop();
00386                 Target += SC.getNumTicks();
00387         }       


Field Documentation

NLMISC::CSimpleClock NL3D::CMiniTimer::SC
 

Definition at line 376 of file particle_system_model.h.

Referenced by CMiniTimer(), and ~CMiniTimer().

uint64 NL3D::CMiniTimer::StartDate
 

Definition at line 378 of file particle_system_model.h.

uint64& NL3D::CMiniTimer::Target
 

Definition at line 377 of file particle_system_model.h.

Referenced by CMiniTimer(), and ~CMiniTimer().


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 06:56:26 2004 for NeL by doxygen 1.3.6