sebhtml / ray

Ray -- Parallel genome assemblies for parallel DNA sequencing
http://denovoassembler.sf.net
Other
65 stars 12 forks source link

remove dependancy for clock_gettime -- use gettimeofday or GetSystemTime #33

Closed sebhtml closed 12 years ago

sebhtml commented 12 years ago

on Windows:

include

SYSTEMTIME st; GetSystemTime(&st);

Then you can use st.wHour, st.wMinute, st.wSecond, and st.wMilliseconds to retrieve the values (it has days, months in it too but I don't need them).

sebhtml commented 12 years ago

6aa7b5938f5e766a604093ab89d835b2b5b0bc87