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:
parent
d57495c8df
commit
1651b7d1d7
1 changed files with 1 additions and 1 deletions
|
@ -689,9 +689,9 @@ void Compositor::composite(RenderLoop *renderLoop)
|
|||
primaryLayer->endFrame(bufferDamage, surfaceDamage);
|
||||
}
|
||||
}
|
||||
renderLoop->endFrame();
|
||||
|
||||
postPaintPass(superLayer);
|
||||
renderLoop->endFrame();
|
||||
|
||||
m_backend->present(output);
|
||||
|
||||
|
|
Loading…
Reference in a new issue