File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2660,7 +2660,7 @@ usual build cycle when using sample profilers for optimization:
2660
2660
2661
2661
> clang-cl /O2 -gdwarf -gline-tables-only ^
2662
2662
/clang:-fdebug-info-for-profiling /clang:-funique-internal-linkage-names ^
2663
- / fprofile-sample-use=code.prof code.cc /Fe:code -fuse-ld=lld /link /debug:dwarf
2663
+ - fprofile-sample-use=code.prof code.cc /Fe:code -fuse-ld=lld /link /debug:dwarf
2664
2664
2665
2665
[OPTIONAL] Sampling-based profiles can have inaccuracies or missing block/
2666
2666
edge counters. The profile inference algorithm (profi) can be used to infer
@@ -2679,7 +2679,7 @@ usual build cycle when using sample profilers for optimization:
2679
2679
2680
2680
> clang-cl /clang:-fsample-profile-use-profi /O2 -gdwarf -gline-tables-only ^
2681
2681
/clang:-fdebug-info-for-profiling /clang:-funique-internal-linkage-names ^
2682
- / fprofile-sample-use=code.prof code.cc /Fe:code -fuse-ld=lld /link /debug:dwarf
2682
+ - fprofile-sample-use=code.prof code.cc /Fe:code -fuse-ld=lld /link /debug:dwarf
2683
2683
2684
2684
Sample Profile Formats
2685
2685
""""""""""""""""""""""
You can’t perform that action at this time.
0 commit comments