libframetime icon indicating copy to clipboard operation
libframetime copied to clipboard

Results 5 libframetime issues
Sort by recently updated
recently updated
newest added

On OpenSUSE Tumbleweed (gcc 7.2) I've installed the 'Mesa-devel' and 'Mesa-libEGL-devel' packages. When running make I experience the following compiler warnings: ```frametime.c: In function ‘dlsym’: frametime.c:101:5: warning: nonnull argument ‘symbol’...

As discussed in #6, adding support for OpenGL timer queries to libframetime is highly desirable because of accuracy improvements. This pull request takes care of that. This new measuring method...

Add improved error handling and refactor code to make it easier adding other hooks if needed in the future. v3 of remaining unaccepted commits of #6. v3 improves upon v2...

On multi-arch 64 bit Linux one might have 32 bit applications too, so the lib needs to be compiled for 32 bit also. Generate both .so files and preload them...

On Ubuntu 15.04 X64 with nvidia-349.12 and GTX 970 I try to run any of UE4 demos(atlantis or vehicle-game for example) and get the following when the library is preloaded:...