canmove, Confirmed users
725
edits
Line 34: | Line 34: | ||
** memory usage (from <code>nsIMemoryReporterManager</code>) | ** memory usage (from <code>nsIMemoryReporterManager</code>) | ||
** GC operations (setting <code>javascript.options.mem.log</code> and grepping the error console for the corresponding log messages would already help; better even use build with <code>--enable-gctimer</code>) | ** GC operations (setting <code>javascript.options.mem.log</code> and grepping the error console for the corresponding log messages would already help; better even use build with <code>--enable-gctimer</code>) | ||
** object allocations (no instrumentation yet?) | ** JITing (what's trace or method JITed and more importantly, what isn't? no instrumentation yet?!?) | ||
** object allocations (no instrumentation yet?!?) | |||
= rnewman desires = | = rnewman desires = |