Return to atime.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libelwix / inc / elwix |
version 1.2, 2013/03/07 16:24:32 | version 1.2.10.1, 2013/06/06 11:55:25 |
---|---|
Line 55 SUCH DAMAGE. | Line 55 SUCH DAMAGE. |
*/ | */ |
time_t time_Parse(const char *csTime); | time_t time_Parse(const char *csTime); |
/* | |
* time_rdtsc() - Get TSC timer value from CPU | |
* | |
* return: TSC in nanoseconds | |
*/ | |
uint64_t time_rdtsc(void); | |
#endif | #endif |