nickguletskii / GLXOSD

GLXOSD is an extensible on-screen display (OSD)/overlay for OpenGL applications running on Linux with X11 which aims to provide similar functionality to MSI Afterburner/RivaTuner OSD. It can show FPS, frame timings, temperatures and more in OpenGL games and applications. It can also be used to benchmark games, much like voglperf.
https://glxosd.nickguletskii.com
MIT License
123 stars 20 forks source link

support voglperf csv files in frame log analyser #68

Closed kparal closed 8 years ago

kparal commented 8 years ago

Your frame log analyser is an awesome tool. You could perhaps also support csv files that voglperf creates?

Example: voglperf.gameid222140.2016_03_02-22_07_36.csv.zip

nickguletskii commented 8 years ago

The frame log analyser for version 3 supports voglperf files now.

kparal commented 8 years ago

Thanks!