Public Member Functions | Static Public Member Functions | Private Attributes
ClockTimer Class Reference

#include <GlobalUtil.h>

List of all members.

Public Member Functions

float GetElapsedTime ()
void StartTimer (const char *event, int verb=0)
void StopTimer (int verb=1)

Static Public Member Functions

static double CLOCK ()
static int ClockMS ()
static void InitHighResolution ()

Private Attributes

char _current_event [256]
int _time_start
int _time_stop

Detailed Description

Definition at line 107 of file GlobalUtil.h.


Member Function Documentation

double ClockTimer::CLOCK ( ) [static]

Definition at line 327 of file GlobalUtil.cpp.

int ClockTimer::ClockMS ( ) [static]

Definition at line 292 of file GlobalUtil.cpp.

Definition at line 358 of file GlobalUtil.cpp.

void ClockTimer::InitHighResolution ( ) [static]

Definition at line 332 of file GlobalUtil.cpp.

void ClockTimer::StartTimer ( const char *  event,
int  verb = 0 
)

Definition at line 339 of file GlobalUtil.cpp.

void ClockTimer::StopTimer ( int  verb = 1)

Definition at line 349 of file GlobalUtil.cpp.


Member Data Documentation

char ClockTimer::_current_event[256] [private]

Definition at line 110 of file GlobalUtil.h.

int ClockTimer::_time_start [private]

Definition at line 111 of file GlobalUtil.h.

int ClockTimer::_time_stop [private]

Definition at line 112 of file GlobalUtil.h.


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


siftgpu
Author(s): Changchang Wu (library), Bence Magyar (ROS wrapper)
autogenerated on Thu Jan 2 2014 11:38:01