FreeRDP/winpr/libwinpr/sysinfo
akallabeth 4732f379d4 [winpr,sysinfo] unify time function use
* Add new function winpr_GetTickCount64NS for high resolution tick
  count with (up to) nanosecond resolution
* Add new function winpr_GetUnixTimeNS for high resolution system time
  as nanoseconds since 1.1.1970
* Replace use of clock_gettime and gettimeofday in whole project with
  these new functions
* Add new macros WINPR_TIME_NS_TO_* and WINPR_TIME_NS_REM_* to convert
  the nano second count to less resolution or get the remainder in the
  desired resolution
2024-03-11 09:54:10 +01:00
..
cpufeatures [clang-tidy] fix various review warnings 2024-02-22 12:31:50 +01:00
test [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
CMakeLists.txt Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
sysinfo.c [winpr,sysinfo] unify time function use 2024-03-11 09:54:10 +01:00