]> git.cworth.org Git - apitrace/commit
Make os::getTime() inline and make time frequency OS-dependent variable.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 19 Jan 2012 15:40:59 +0000 (15:40 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 19 Jan 2012 15:40:59 +0000 (15:40 +0000)
commitddbf8c0065ce1b7502e3e127a846add476ab7a4c
tree194cad0cedf17c11997265a5fceeac7d86e45073
parentc76aab3ab2c6fbd3a0354906a2829640935d64e9
Make os::getTime() inline and make time frequency OS-dependent variable.

Linux's  clock_gettime() implementation from Ryan C. Gordon.
CMakeLists.txt
common/os_posix.cpp
common/os_time.hpp [new file with mode: 0644]
common/os_win32.cpp
glretrace_main.cpp