зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1462784 - Add an IDLE category. r=njn
MozReview-Commit-ID: JJ30AhXofBr --HG-- extra : rebase_source : 17892aee7f637d2e4854173bef26c591c62ad21e
This commit is contained in:
Родитель
3f54b9a3dd
Коммит
4e14f33065
|
@ -190,6 +190,7 @@ class ProfilingStackFrame
|
|||
|
||||
// Keep these in sync with devtools/client/performance/modules/categories.js
|
||||
enum class Category : uint32_t {
|
||||
IDLE,
|
||||
OTHER,
|
||||
LAYOUT,
|
||||
JS,
|
||||
|
|
|
@ -726,7 +726,7 @@ nsAppShell::ProcessNextNativeEvent(bool mayWait)
|
|||
}
|
||||
|
||||
AUTO_PROFILER_LABEL("nsAppShell::ProcessNextNativeEvent:Wait",
|
||||
OTHER);
|
||||
IDLE);
|
||||
mozilla::HangMonitor::Suspend();
|
||||
|
||||
curEvent = mEventQueue.Pop(/* mayWait */ true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче