pre_pgo.cmd 580 B

123456789101112131415
  1. ::-------------------------------------------------------------------------------------------------------
  2. :: Copyright (C) Microsoft. All rights reserved.
  3. :: Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. ::-------------------------------------------------------------------------------------------------------
  5. :: PGO Build Workflow:
  6. :: - init_pgi.cmd
  7. :: - build (with PGI instrumentation enabled)
  8. :: * init_pgo.cmd
  9. :: - build (using PGO profile)
  10. REM Optimize build with pgo data
  11. set POGO_TYPE=PGO
  12. goto:eof