• liyuqian's avatar
    Allow profile widget builds in profile mode (#30990) · a8116e9e
    liyuqian authored
    ## 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
    a8116e9e
Name
Last commit
Last update
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
schema Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
build.yaml Loading commit data...
pubspec.yaml Loading commit data...