klMatrix
Public Member Functions | Private Attributes
klTimer Class Reference

#include <kl_util.h>

Collaboration diagram for klTimer:
Collaboration graph

Public Member Functions

 klTimer ()
 
 ~klTimer ()
 
void tic ()
 
double toc ()
 

Private Attributes

LARGE_INTEGER * freq
 
_LARGE_INTEGER * prefCountStart
 
_LARGE_INTEGER * prefCountEnd
 
unsigned long long start
 
unsigned long long end
 

Constructor & Destructor Documentation

klTimer::klTimer ( )
inline
klTimer::~klTimer ( )
inline

Member Function Documentation

void klTimer::tic ( )
inline

Here is the caller graph for this function:

double klTimer::toc ( )
inline

Here is the caller graph for this function:

Field Documentation

unsigned long long klTimer::end
private
LARGE_INTEGER* klTimer::freq
private
_LARGE_INTEGER* klTimer::prefCountEnd
private
_LARGE_INTEGER* klTimer::prefCountStart
private
unsigned long long klTimer::start
private

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