Merge branch 'log_frame_times'
authorJonathan Marshall <jmarshall@never.you.mind>
Thu, 28 Jul 2011 22:13:20 +0000 (10:13 +1200)
committerJonathan Marshall <jmarshall@never.you.mind>
Thu, 28 Jul 2011 22:13:20 +0000 (10:13 +1200)
commit29bfb97ebd1706804ec43ddd4b72957434e2690f
treea0a104a5ae39a96b6a3b4944d6d1efcb9b419c59
parentbbf9ea510b8d2eea8be958d0bbe7917a98710113
parent87b682734e78ae67d714c49ddeb9f0182a51fd81
Merge branch 'log_frame_times'

* log_frame_times:
  make CApplication::FrameMove conditional to cleanup ProcessRenderLoop
  Enable the timesmoother for frame times
  Add CTimeSmoother class for smoothing timestamps
  move update of frame time to immediately following flip, and pass in whether or not a flip occurred
  No need to call Process() in OnDeinitWindow as ProcessRenderLoop(true) does this

Conflicts:
xbmc/Application.cpp
XBMC-ATV2.xcodeproj/project.pbxproj
XBMC-IOS.xcodeproj/project.pbxproj
XBMC.xcodeproj/project.pbxproj
xbmc/Application.cpp
xbmc/guilib/GUIWindow.cpp
xbmc/guilib/GUIWindowManager.cpp