Firefox OS/Performance/Tools

From MozillaWiki
< Firefox OS‎ | Performance
Revision as of 14:00, 1 February 2015 by Lakrits (talk | contribs) (Lakrits moved page FirefoxOS/Performance/Tools to Firefox OS/Performance/Tools: The official spelling of "Firefox OS" leaves a space between the two parts of the name. It's easier to find a page if the spelling of its name is consistent with th...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Progress

Bugzilla query error

Array ( [type] => error [message] => http-bad-status [params] => Array ( [0] => 400 [1] => Bad Request ) ) 1


Dashboards

Handling Regressions

  • Bisecting
  • Root-Causing
  • Reverting
    • update tree
    • git revert -m1 originalCommitHash. -m1 is only needed if the original commit was a merge.
    • git push

Instrumentation

Profiling

References