• jensjoha's avatar
    Extra timing on hot reload (#104242) · 9929446e
    jensjoha authored
    This PR adds extra timings for a hot reload.
    As an example, before a user might see
    
    > Performing hot reload...                                                
    > Reloaded 1 of 788 libraries in 554ms.
    
    With this PR it would instead be something like
    
    > Performing hot reload...                                                
    > Reloaded 1 of 788 libraries in 554ms (compile: 33 ms, reload: 153 ms, reassemble: 310 ms).
    9929446e
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...
static Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dart_test.yaml Loading commit data...
pubspec.yaml Loading commit data...