dolphin-emulator/Source/Core/DolphinWX/Src
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
..
Debugger Enable hires textures even when texture dumping is enabled. 2012-06-20 18:18:17 +02:00
MemoryCards
AboutDolphin.cpp
AboutDolphin.h
ARCodeAddEdit.cpp
ARCodeAddEdit.h
CheatsWindow.cpp Fixed the Cheat Search. Patch by nagosaki. 2012-05-26 15:45:58 +10:00
CheatsWindow.h
ConfigMain.cpp Add the missing *.wbfs extension to the file picker. 2012-05-03 22:27:06 +00:00
ConfigMain.h Removed the DTK Music option. It is now always enabled. 2012-04-23 05:02:43 +10:00
FifoPlayerDlg.cpp FifoPlayerDlg: Don't use wxString::fromAscii() 2012-03-29 21:50:21 +02:00
FifoPlayerDlg.h
Frame.cpp Clean up WX style issues mentionned in previous commits comments 2012-08-06 14:21:49 +02:00
Frame.h
FrameAui.cpp
FrameTools.cpp Clean up WX style issues mentionned in previous commits comments 2012-08-06 14:21:49 +02:00
GameListCtrl.cpp Added wbfs support. Thanks to lordlyhobo for the patch. Fixes issue 859. 2012-05-04 00:09:01 +10:00
GameListCtrl.h wxMSW no longer allows overriding OnPaintDrawImages, so remove the msw-specific drawing code from the GameListCtrl (it's rendered correctly by default) 2012-03-18 02:33:03 -07:00
GCMicDlg.cpp
GCMicDlg.h
GeckoCodeDiag.cpp convert name, notes and creator to wxstring using *wxConvCurrent instead of FromAscii. fix issue 5069 2012-02-01 00:09:24 -08:00
GeckoCodeDiag.h
Globals.h
HotkeyDlg.cpp
HotkeyDlg.h
InputConfigDiag.cpp Fix uglies on gcpad/wiimote config pages. 2012-03-23 00:27:54 -07:00
InputConfigDiag.h Fix uglies on gcpad/wiimote config pages. 2012-03-23 00:27:54 -07:00
InputConfigDiagBitmaps.cpp
ISOFile.cpp
ISOFile.h
ISOProperties.cpp Add Wii DVD integrity checking to Dolphin 2012-05-04 16:27:42 +02:00
ISOProperties.h Add Wii DVD integrity checking to Dolphin 2012-05-04 16:27:42 +02:00
LogConfigWindow.cpp
LogConfigWindow.h
LogWindow.cpp Fix segfault in LogWindow on Mac 2012-03-18 15:11:34 -07:00
LogWindow.h
Main.cpp build against wxWidgets3 from Externals on Windows. 2012-03-18 02:31:19 -07:00
Main.h
MainNoGUI.cpp
MemcardManager.cpp bugfix for memorycard manager. fixes exporting from page > 1 on slot b, thanks to suloku for reporting 2012-08-19 20:45:43 -07:00
MemcardManager.h
NetWindow.cpp wxw implements wxEVT_THREAD itself now 2012-03-17 21:50:40 -07:00
NetWindow.h build against wxWidgets3 from Externals on Windows. 2012-03-18 02:31:19 -07:00
PatchAddEdit.cpp
PatchAddEdit.h
PHackSettings.cpp
PHackSettings.h
stdafx.cpp
stdafx.h
TASInputDlg.cpp Fix core dump on start up on linux. Thanks to degasus. 2012-05-26 08:24:18 -05:00
TASInputDlg.h Fix compilation errors with g++4.7 2012-05-26 08:09:50 +02:00
UDPConfigDiag.cpp
UDPConfigDiag.h
VideoConfigDiag.cpp Implement a simple benchmarking mode which logs FPS to a file 2012-10-04 05:41:02 +02:00
VideoConfigDiag.h
WiimoteConfigDiag.cpp
WiimoteConfigDiag.h
WXInputBase.cpp build against wxWidgets3 from Externals on Windows. 2012-03-18 02:31:19 -07:00
WXInputBase.h
WxUtils.cpp
WxUtils.h
X11Utils.cpp
X11Utils.h