PgoAdapt

PgoAdapt, tool for script, modify Visual Studio 2005/2008/2010 project to select "Profile Guided optimisation" mode. It modify value WholeProgramOptimization="#" in .vcproj file.

Il est évidemment fortement conseillé de sauvegarder le fichier .vcproj avant de le faire modifier par PgoAdapt. Il est indispensable que le projet soit déjà basculé en mode « Whole Program Optimisation », sinon PgoAdapt n'aura aucun effet.

 

PgoAdapt 1.01 - Gilles Vollant 2007-2010 - http://www.winimage.com/misc/PgoAdapt

Usage:
PgoAdapt [project.vcproj] #
Where [project.vcproj] or [project.vcxproj] is filename of a Visual Studio 2005/2008/2010 project
# = 1 : for standard LTCG (without Profile-Guided Optimization)
# = 2 : for instrument PGO project
# = 3 : for optimize PGO project
# = 4 : for update PGO project

 

There is a french page with more information about PgoAdapt.