Firefox OS/Performance/Tools

From New wiki
Jump to navigation Jump to search

Progress

<bugzilla type="count" display="bar">

   {
       "product": "Firefox OS",
       "keywords":"perf",
       "keywords_type":"contains",
       "whiteboard":"c=devtools",
       "whiteboard_type":"contains",
       "x_axis_field":"status"
   }

</bugzilla>

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