end2endzone / RapidAssist

RapidAssist is a lite cross-platform library that assist you with the most c++ repetitive tasks.
MIT License
5 stars 0 forks source link

Get current date and time in microseconds resolution #78

Open end2endzone opened 4 weeks ago

end2endzone commented 4 weeks ago

There does not seems to be a generic function to get the date and time with microseconds resolution. This feature would be useful for creating log entries or time based messages.

See gettimeofday() on Windows and GetLogTimestamp() for examples.