mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 755581 (part 1) - Change "mjit/data" reporter to "mjit-data". r=luke.
--HG-- extra : rebase_source : e45b376ff1710e9f1bf3b14363f884bb7fb71d48
This commit is contained in:
parent
fae59802b9
commit
7c43883893
@ -1481,7 +1481,7 @@ ReportCompartmentStats(const JS::CompartmentStats &cStats,
|
|||||||
"Memory allocated for JSScript bytecode and various "
|
"Memory allocated for JSScript bytecode and various "
|
||||||
"variable-length tables.");
|
"variable-length tables.");
|
||||||
|
|
||||||
REPORT_BYTES0(MakePath(pathPrefix, cStats, "mjit/data"),
|
REPORT_BYTES0(MakePath(pathPrefix, cStats, "mjit-data"),
|
||||||
nsIMemoryReporter::KIND_HEAP, cStats.mjitData,
|
nsIMemoryReporter::KIND_HEAP, cStats.mjitData,
|
||||||
"Memory used by the method JIT for the compartment's "
|
"Memory used by the method JIT for the compartment's "
|
||||||
"compilation data: JITScripts, native maps, and inline "
|
"compilation data: JITScripts, native maps, and inline "
|
||||||
|
Loading…
Reference in New Issue
Block a user