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.
This commit is contained in:
David Edmundson 2023-01-05 12:51:26 +00:00
parent d57495c8df
commit 1651b7d1d7

View file

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