canmove, Confirmed users
725
edits
Line 31: | Line 31: | ||
* Run against Fennec on mobile hardware (e.g. Tegra boards) | * Run against Fennec on mobile hardware (e.g. Tegra boards) | ||
* Perf instrumentation | * Perf instrumentation | ||
** event loop blocking | ** event loop blocking (using <code>MOZ_INSTRUMENT_EVENT_LOOP</code>, see {{bug|606574}}; {{bug|631571}} is the related bug for Talos) | ||
** memory usage | ** memory usage (from <code>nsIMemoryReporterManager</code>) | ||
** object allocations | ** 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 <cope>--enable-gctimer</code>) | ||
** object allocations (no instrumentation yet?) | |||
= rnewman desires = | = rnewman desires = |