voglperf icon indicating copy to clipboard operation
voglperf copied to clipboard

Benchmarking tool for Linux OpenGL games. Spews frame information, logs frametimes.

Results 16 voglperf issues
Sort by recently updated
recently updated
newest added

1. `webby_data().ws_connections.empty()` returns `boolean` but it's not handled anywhere. Casting with void will suppress it. 2. In line 346 `strncpy` is trying to copy the string on the destination which...

HI dear author, It's truly a honor to write a letter to you, I'm building your project nowadays and found the error when building as following, I wonder if there...

My application is rendering frames in about 100-200μs each, at times, and sometimes when the frametimes are around there, voglperf's log files will have an extra "0." before a frametime...

When trying to compile for x86 i receive the following error. ``/usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status``

I don't understand your licensing. Your README says the code is under the MIT license, but in your license file you call it "VOGLPERF CODE LICENSE". The body of the...

With microsecond accuracy. csv file example: ``` # frame number, frame end timestamp with microseconds, frame time microseconds 1,1489260325.123444,5123 2,1489260325.129121,6777 3,1489260325.135912,5555 ``` This will allow graphing with x axis as...

After Steam was updated, Voglperf don`t work . > ERROR: Could not retrieve pid of launched game.

`showfps on` does not exist. Per the help command, `fpsshow` is correct.

Added simple .travis.yml build configuration file (for continuous integration through [travis-CI.org](http://travis-CI.org)). Build is only configured to build a AMD64 executable.

Here's my system: Linux tinodesk 4.3.3-303.fc23.x86_64 #1 SMP Tue Jan 19 18:31:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux When I try to make the package on Fedora 23 I get...