зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1462784 - Add a DOM category and use it for the WebIDL binding stack labels. r=njn
MozReview-Commit-ID: AevGMqeBvXO --HG-- extra : rebase_source : 4a1bd948e65cbbd890ba53c363248c1ce69774a3
This commit is contained in:
Родитель
13eddeba69
Коммит
916fd5a90a
|
@ -1579,7 +1579,7 @@ class CGAbstractMethod(CGThing):
|
|||
def _auto_profiler_label(self):
|
||||
profiler_label_and_jscontext = self.profiler_label_and_jscontext()
|
||||
if profiler_label_and_jscontext:
|
||||
return 'AUTO_PROFILER_LABEL_FAST("%s", OTHER, %s);' % profiler_label_and_jscontext
|
||||
return 'AUTO_PROFILER_LABEL_FAST("%s", DOM, %s);' % profiler_label_and_jscontext
|
||||
return None
|
||||
|
||||
def declare(self):
|
||||
|
|
|
@ -196,6 +196,7 @@ class ProfilingStackFrame
|
|||
GCCC,
|
||||
NETWORK,
|
||||
GRAPHICS,
|
||||
DOM,
|
||||
STORAGE,
|
||||
|
||||
FIRST = OTHER,
|
||||
|
|
Загрузка…
Ссылка в новой задаче