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