Performance:Tools: Difference between revisions

Jump to navigation Jump to search
Line 5: Line 5:
=== Platform-independent ===
=== Platform-independent ===


* [http://www.mozilla.org/performance/measureStartup.html MOZ_TIMELINE] Timing instrumentation. Extremely useful for app startup measurements.
* [[Platform/FunctionTimer_Usage FunctionTimer]] - Timing instrumentation. Useful for app startup measurements.
* [http://www.mozilla.org/performance/jsprofiler.html JS Runtime Profiler]. Profile JavaScript usage, dumps output to a file.
* [http://www.mozilla.org/performance/jsprofiler.html JS Runtime Profiler]. Profile JavaScript usage, dumps output to a file.
* [http://blog.mozilla.com/dmandelin/2009/02/26/tracevis-performance-visualization-for-tracemonkey/ TraceVis] and [http://code.google.com/p/ethogram/ Ethograms] - [https://developer.mozilla.org/en/TraceVis TraceVis usage] and [https://bugzilla.mozilla.org/show_bug.cgi?id=497999 ethogram bug]
* [http://blog.mozilla.com/dmandelin/2009/02/26/tracevis-performance-visualization-for-tracemonkey/ TraceVis] and [http://code.google.com/p/ethogram/ Ethograms] - [https://developer.mozilla.org/en/TraceVis TraceVis usage] and ethogram bug {{bug|497999}}
* [[Perfomatic|Mozilla graph server]]
* [[Perfomatic|Mozilla graph server]]
* [[Buildbot/Talos]] - really nice setup where various performance tests are run automatically and compared against previous builds. Results are posted to the [news://news.mozilla.org/mozilla.dev.tree-management mozilla.dev.tree-management] newsgroup
* [[Buildbot/Talos]] - really nice setup where various performance tests are run automatically and compared against previous builds. Results are posted to the [news://news.mozilla.org/mozilla.dev.tree-management mozilla.dev.tree-management] newsgroup
Line 14: Line 14:
* Various internal tools/settings/whatever
* Various internal tools/settings/whatever
** {{bug|568863}} - provide access to hw perf counters
** {{bug|568863}} - provide access to hw perf counters
** {{bug|507012}} (not landed) - Javascript callback for function entry/exit
** {{bug|507012}} - Javascript callback for function entry/exit
** DTrace
** ETW (Event Tracing for Windows)


=== Platform-specific ===
=== Platform-specific ===
Confirmed users
329

edits

Navigation menu