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

tsc.c File Reference

Go to the source code of this file.

Typedefs

typedef unsigned long ulong

Functions

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


Typedef Documentation

typedef unsigned long ulong
 

Definition at line 26 of file tsc.c.


Function Documentation

double diffTSC ulong tsc1,
ulong tsc2
 

Definition at line 132 of file tsc.c.

00132 { return 0; }

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 ulong hi  ) 
 

Definition at line 131 of file tsc.c.

00131 {}

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