flutter/packages/flutter_tools/lib
liyuqian a8116e9ea3
Allow profile widget builds in profile mode (#30990)
## Description

Previously, such function is only available in the debug mode. But the
performance information is very noisy in debug mode with JIT. I feel
that such function is as important and useful as the performance overlay
and the `--trace-skia` option for the GPU thread.  So we should give it
the same ability to run in both profile and debug mode.

I've tested it using flutter_gallery in the profile mode. There's no
observable difference in the performance overlay between toggling widget
build profiling.

## Related Issues

https://github.com/flutter/flutter/issues/30984
2019-04-15 13:57:43 -07:00
..
src Allow profile widget builds in profile mode (#30990) 2019-04-15 13:57:43 -07:00
executable.dart Enable code generation features in tool (#29399) 2019-03-21 13:12:10 -07:00
runner.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00