mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1245761 (part 1) - Actually report the nonSyntacticLexicalScopesTable measurement. r=shu.
Bug 1202902
added the measurement, but failed to add code to report it. Whoops.
--HG--
extra : rebase_source : 6721ade1c832379251c687543d1462d060b62ac5
This commit is contained in:
parent
8d867f3c62
commit
e58e7cfd62
@ -2370,6 +2370,10 @@ ReportCompartmentStats(const JS::CompartmentStats& cStats,
|
||||
cStats.savedStacksSet,
|
||||
"The saved stacks set.");
|
||||
|
||||
ZCREPORT_BYTES(cJSPathPrefix + NS_LITERAL_CSTRING("non-syntactic-lexical-scopes-table"),
|
||||
cStats.nonSyntacticLexicalScopesTable,
|
||||
"The non-syntactic lexical scopes table.");
|
||||
|
||||
if (sundriesGCHeap > 0) {
|
||||
// We deliberately don't use ZCREPORT_GC_BYTES here.
|
||||
REPORT_GC_BYTES(cJSPathPrefix + NS_LITERAL_CSTRING("sundries/gc-heap"),
|
||||
|
Loading…
Reference in New Issue
Block a user