Firefox OS/Performance/Tools

< Firefox OS‎ | Performance
Revision as of 17:27, 15 August 2014 by Mlee (talk | contribs) (→‎References: Added link to perf tool blog post.)

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