dolphin/Source/Plugins/Plugin_VideoOGL
Pierre Bourdon 8cefcaa94c Implement a simple benchmarking mode which logs FPS to a file
Very useful to compare performance between two builds, check the impact of
a configuration option, etc. FPS log is stored in User/Logs/fps.txt and is
reset each time you launch a game. Only enabled if you check the "Log FPS
to file" option in your graphics settings.

Could be improved a bit: currently logs only every 1s (so you can't really
see small variations), maybe output more infos to the fps.txt like
average/stddev (but Excel/Libreoffice/Google Docs can compute that easily
too).
2012-10-04 05:41:02 +02:00
..
Src Implement a simple benchmarking mode which logs FPS to a file 2012-10-04 05:41:02 +02:00
CMakeLists.txt Under OS X, link GL plugin against Cg framework instead of Cg library. 2011-12-05 01:12:09 +01:00
Plugin_VideoOGL.vcxproj remove scons files from VS projects 2012-03-18 06:41:12 -07:00
Plugin_VideoOGL.vcxproj.filters remove scons files from VS projects 2012-03-18 06:41:12 -07:00