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:
26602660
26612661 > clang-cl /O2 -gdwarf -gline-tables-only ^
26622662 /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
26642664
26652665 [OPTIONAL] Sampling-based profiles can have inaccuracies or missing block/
26662666 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:
26792679
26802680 > clang-cl /clang:-fsample-profile-use-profi /O2 -gdwarf -gline-tables-only ^
26812681 /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
26832683
26842684 Sample Profile Formats
26852685""""""""""""""""""""""
You can’t perform that action at this time.
0 commit comments