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