ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Classes | Public Member Functions | Private Attributes | List of all members
TimeStampCounter Class Reference

Definition at line 29 of file tsc.h.

Classes

union  Data
 

Public Member Functions

void Start ()
 
void Stop ()
 
unsigned long long Cycles () const
 

Private Attributes

union TimeStampCounter::Data m_start
 
union TimeStampCounter::Data m_end
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/math/vc/examples/tsc.h>

Member Function Documentation

unsigned long long TimeStampCounter::Cycles ( ) const
inline

Definition at line 63 of file tsc.h.

Referenced by Baker::createImage(), main(), and MandelBase::run().

void TimeStampCounter::Start ( )
inline

Definition at line 43 of file tsc.h.

Referenced by Baker::createImage(), main(), and MandelBase::run().

void TimeStampCounter::Stop ( )
inline

Definition at line 53 of file tsc.h.

Referenced by Baker::createImage(), main(), and MandelBase::run().

Member Data Documentation

union TimeStampCounter::Data TimeStampCounter::m_end
private

Referenced by Cycles(), and Stop().

union TimeStampCounter::Data TimeStampCounter::m_start
private

Referenced by Cycles(), and Start().

Collaboration diagram for TimeStampCounter:
[legend]

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