Bug 1822561 - Distinguish profiler markers for interruptible vs sync reflows. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D173636
This commit is contained in:
@@ -9525,8 +9525,8 @@ bool PresShell::DoReflow(nsIFrame* target, bool aInterruptible,
|
||||
innerWindowID = Some(window->WindowID());
|
||||
}
|
||||
AutoProfilerTracing tracingLayoutFlush(
|
||||
"Paint", "Reflow", geckoprofiler::category::LAYOUT,
|
||||
std::move(mReflowCause), innerWindowID);
|
||||
"Paint", aInterruptible ? "Reflow (interruptible)" : "Reflow (sync)",
|
||||
geckoprofiler::category::LAYOUT, std::move(mReflowCause), innerWindowID);
|
||||
mReflowCause = nullptr;
|
||||
|
||||
FlushPendingScrollAnchorSelections();
|
||||
|
||||
Reference in New Issue
Block a user