• 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
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...