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:
Nicholas Nethercote 2016-02-04 17:34:04 +11:00
parent 8d867f3c62
commit e58e7cfd62

View File

@ -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"),