Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

tsc.h File Reference

Go to the source code of this file.

Defines

#define _TSC_CPU_MHZ   300

Typedefs

typedef unsigned long tsc_type [2]

Functions

void pushTSC (void)
double popTSC (void)
void showPopTSC (const char *tag)
void showPopTSCper (const char *tag, int items, const char *itemTag)
void readTSC (unsigned long *tsc)
double diffTSC (unsigned long *tsc1, unsigned long *tsc2)


Define Documentation

#define _TSC_CPU_MHZ   300
 

Definition at line 41 of file tsc.h.


Typedef Documentation

typedef unsigned long tsc_type[2]
 

Definition at line 56 of file tsc.h.

Referenced by Timer_Stop().


Function Documentation

double diffTSC unsigned long *  tsc1,
unsigned long *  tsc2
 

Referenced by Timer_Stop().

double popTSC void   ) 
 

Definition at line 128 of file tsc.c.

00128 { return 0.0; }

void pushTSC void   ) 
 

Definition at line 127 of file tsc.c.

00127 {}

void readTSC unsigned long *  tsc  ) 
 

Referenced by Timer_Start(), and Timer_Stop().

void showPopTSC const char *  tag  ) 
 

Definition at line 129 of file tsc.c.

00129 { }

void showPopTSCper const char *  tag,
int  items,
const char *  itemTag
 

Definition at line 130 of file tsc.c.

00130 { }


Generated on Tue Sep 30 12:38:20 2003 for GTestAndEngine by doxygen 1.3.2