diff --git a/src/memoryprofiler.js b/src/memoryprofiler.js index 8b3a4e60650a8..e55940b96ccb0 100644 --- a/src/memoryprofiler.js +++ b/src/memoryprofiler.js @@ -272,6 +272,7 @@ var emscriptenMemoryProfiler = { var div; if (!emscriptenMemoryProfiler.memoryprofiler_summary) { div = document.createElement("div"); + div.className = 'emscripten-memory-profiler-container'; div.innerHTML = "
Display heap and sbrk() resizes. Filter sbrk() and heap resize callstacks by keywords: (reopen page with ?sbrkFilter=foo,bar query params to prepopulate this list)
Track all allocation sites larger than bytes, and all allocation sites with more than outstanding allocations. (visit this page via URL query params foo.html?trackbytes=1000&trackcount=100 to apply custom thresholds starting from page load)

Sort allocations by:
"; } var populateHtmlBody = function() {