SimpleNGL 1.0
Public Member Functions | Public Attributes
Record Class Reference

A container for a benchmark record. More...

#include <Timer.h>

List of all members.

Public Member Functions

 Record ()
 defualt ctor

Public Attributes

float m_secs
 the current second value
float m_best
 the best timer so far
float m_worst
 the worst time so far
float m_total
 the total time on record
float m_cycles
 the cycle count
timeval m_startT
 the start time of the latest cycle
timeval m_endT
 the end time of the latest cycle

Detailed Description

A container for a benchmark record.


Constructor & Destructor Documentation

Record::Record ( )

defualt ctor


Member Data Documentation

the best timer so far

the cycle count

timeval Record::m_endT

the end time of the latest cycle

the current second value

the start time of the latest cycle

the total time on record

the worst time so far


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Defines