Skip to content

Instantly share code, notes, and snippets.

@luojunyuan
Created January 11, 2022 07:53
Show Gist options
  • Save luojunyuan/597ab6910be122dcafd09fd3572fa1e6 to your computer and use it in GitHub Desktop.
Save luojunyuan/597ab6910be122dcafd09fd3572fa1e6 to your computer and use it in GitHub Desktop.
dotnet core wpf 6.0 startup time test
SSD HDD 没有显著区别
cHECK Window Name, Alt + F4
ms
WinUI3 with some simple controller Publish win-x64 release R2R SSD i5
0.3279
0.3317
0.3152
0.3150
0.3295
0.3280
0.3113
0.3442
0.3285
0.3281
WinUI3 with some simple controller Publish win-x64 release SSD i5
0.3406
0.3401
0.3454
0.3432
0.3408
0.3424
0.3508
0.3403
0.3507
0.3283
dotnet new wpf core
0.2343
0.2343
0.2187
0.2242
0.2187
0.2186
0.2183
0.2183
0.2187
0.2182
dotnet new wpf fx
0.0938
0.1088
0.0776
0.1089
0.1094
0.1090
0.1088
0.1089
0.0937
0.1089
ErogeHelper.ProcessSelector.exe
0.4515
0.4208
0.4256
0.4515
0.4234
0.4212
0.4200
0.4229
0.4249
0.4226
ModernWpf core6.0 a blank window
0.3771
0.3784
0.3801
0.3761
0.3900
0.3748
0.3909
0.3777
0.3783
0.3793
ModernWpf core6.0 a blank window R2R
0.8526
0.3921
0.3771
0.3741
0.3752
0.3730
0.3776
0.3761
0.3783
0.3742
ModernWpf core6.0 a blank window R2RComposite self contained (fixed DirectWriteForwarder)
0.2922
0.2964
0.2958
0.2991
0.2928
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment