Ensure event/update/render times are logged when using the combined-update-render... 97/63597/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 24 Mar 2016 17:32:09 +0000 (17:32 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 24 Mar 2016 17:33:50 +0000 (17:33 +0000)
commit420df52bb29cb4d74cf27247549a1d4605a6cf61
treef43cf54515b04e9d740b7b4ef31c2a7ddcc9a576
parent93888cecb90ee4823b7746410ff1f0784fc8287b
Ensure event/update/render times are logged when using the combined-update-render threading model

The performance logging output is only shown when a VSYNC marker is sent, but we do not have a
Vsync thread in the combined-update-render threading model.

The solution is to just set a vsync marker at the start of the frame.

Change-Id: Ifd1c2b91d546f4b1819a034ef918b9484501018e
adaptors/base/combined-update-render/combined-update-render-controller.cpp