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) |
|
|
|
|
||||||||||||
|
Definition at line 132 of file tsc.c.
00132 { return 0; }
|
|
|
Definition at line 128 of file tsc.c.
00128 { return 0.0; }
|
|
|
Definition at line 127 of file tsc.c.
00127 {}
|
|
|
Definition at line 131 of file tsc.c.
00131 {}
|
|
|
Definition at line 129 of file tsc.c.
00129 { }
|
|
||||||||||||||||
|
Definition at line 130 of file tsc.c.
00130 { }
|
1.3.2