File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -251,9 +251,11 @@ against a profiling library and contain extra debug information. The
251
251
PGUpdate configuration takes the profiling data and generates optimized
252
252
binaries.
253
253
254
- The build_pgo.bat script automates the creation of optimized binaries.
255
- It creates the PGI files, runs the unit test suite or PyBench with the
256
- PGI python, and finally creates the optimized files.
254
+ The build.bat script has an argument `--pgo` that automate the creation
255
+ of optimized binaries.
256
+ It creates the PGI files, runs the unit test suite with the PGI python,
257
+ and finally creates the optimized files.
258
+ You can customize the job for profiling with `--pgo-job <job>` option.
257
259
258
260
See
259
261
https://docs.microsoft.com/en-us/cpp/build/profile-guided-optimizations
You can’t perform that action at this time.
0 commit comments