SIGN IN SIGN UP

Instrument vm service extensions in the gallery (#17977)

https://github.com/flutter/flutter/issues/17956

* Add a `debugInstrumentAction()` method that will wrap an action
  in a stopwatch and print the time it took to run the action.
* Add a global `debugInstrumentationEnabled` that will control
  whether `debugInstrumentAction()` does anything (even in debug
  builds).
* Add some basic instrumentation to `registerServiceExtension()`
* Temporarily enable the `debugInstrumentationEnabled` flag in the
  Gallery to give us better visibility into what's happening in
  https://github.com/flutter/flutter/issues/17956
T
Todd Volkert committed
7c60b7405a911d37ccbedf120c59e84b74d6cec1
Parent: d21b279
Committed by GitHub <noreply@github.com> on 5/28/2018, 7:40:43 PM