![Gregory Alexander](/assets/img/avatar_default.png)
The function gets the real time in useconds and puts it in a Bit64u. This function is defined when: BX_HAVE_REALTIME_USEC is 1. Right now, BX_HAVE_REALTIME_USEC is defined to be BX_HAVE_GETTIMEOFDAY and bx_get_realtime64_usec is defined in terms of gettimeofday(). However, it could be defined in terms of any other method of obtaining the current time accurate to the usecond. That is why I moved the function to osdep and added the new define.
…
Description
No description provided
Languages
C++
69.5%
C
21.2%
Shell
3%
Makefile
2.1%
Rez
1.9%
Other
2.1%