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) |
|
|
|
|
|
Definition at line 56 of file tsc.h. Referenced by Timer_Stop(). |
|
||||||||||||
|
Referenced by Timer_Stop(). |
|
|
Definition at line 128 of file tsc.c.
00128 { return 0.0; }
|
|
|
Definition at line 127 of file tsc.c.
00127 {}
|
|
|
Referenced by Timer_Start(), and Timer_Stop(). |
|
|
Definition at line 129 of file tsc.c.
00129 { }
|
|
||||||||||||||||
|
Definition at line 130 of file tsc.c.
00130 { }
|
1.3.2