#include <particle_system_model.h>
Public Member Functions | |
CMiniTimer (uint64 &target) | |
~CMiniTimer () | |
Data Fields | |
NLMISC::CSimpleClock | SC |
uint64 | StartDate |
uint64 & | Target |
|
Definition at line 379 of file particle_system_model.h. References SC, NLMISC::CSimpleClock::start(), Target, and uint64.
|
|
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 } |
|
Definition at line 376 of file particle_system_model.h. Referenced by CMiniTimer(), and ~CMiniTimer(). |
|
Definition at line 378 of file particle_system_model.h. |
|
Definition at line 377 of file particle_system_model.h. Referenced by CMiniTimer(), and ~CMiniTimer(). |