Include layer postPaint in render loop timings

We need render timings in the journal to be as close as possible to the
entirity of the composite function up until the backend presenting.
master
David Edmundson 2 years ago
parent d57495c8df
commit 1651b7d1d7

@ -689,9 +689,9 @@ void Compositor::composite(RenderLoop *renderLoop)
primaryLayer->endFrame(bufferDamage, surfaceDamage);
}
}
renderLoop->endFrame();
postPaintPass(superLayer);
renderLoop->endFrame();
m_backend->present(output);

Loading…
Cancel
Save