TickClock Struct Reference

#include <procedures.h>

Data Fields

double t
 
__int64 Ticks
 
__int64 Ticks2
 

Detailed Description

Tick count tool (stop watch) is made up of a TickClock struct and three macros that uses this structure as augument.

Use of TickClock: declare the instance directly. Use StartClock() and StopClock() to start and stop tick counting. Each time the clock is stopped the interval between last start and stop operations is added to run-time t. Clear the recorded run-time with ResetClock().


The documentation for this struct was generated from the following file: