зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1462784 - Annotate idle stacks in the native event loop on Linux. r=froydnj
MozReview-Commit-ID: 3Q2A7ytsn1Y --HG-- extra : rebase_source : 34c6c678570924bc0e5955a0f8545f1ab1df0d02
This commit is contained in:
Родитель
c154c90490
Коммит
9930a8e72c
|
@ -49,6 +49,7 @@ PollWrapper(GPollFD *ufds, guint nfsd, gint timeout_)
|
|||
mozilla::HangMonitor::Suspend();
|
||||
gint result;
|
||||
{
|
||||
AUTO_PROFILER_LABEL("PollWrapper", IDLE);
|
||||
AUTO_PROFILER_THREAD_SLEEP;
|
||||
result = (*sPollFunc)(ufds, nfsd, timeout_);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче