Commit Graph

2 Commits

Author SHA1 Message Date
david harvey
0300784db5 PGO build graph changes:
- Moved PGO compile arguments into the platform-specific build configurations. Recommended changes to local build graphs for PGO:
      use   $(PGOOptimizeCompileArgs$(Platform))   instead of   -PGOOptimize
      use   $(PGOProfileCompileArgs$(Platform))   instead of  -PGOProfile

- Adding UseSampleBasedPGO option for sampler-based PGO profiling (Currently Win64 with Intel oneAPI 2024.0+ only)


#jira UE-215357
#rb Jerome.Delattre

[CL 33822009 by david harvey in ue5-main branch]
2024-05-22 02:42:37 -04:00
David Harvey
ba41d965f9 First pass replay-based PGO Profiling build graph macro.
- includes platform-specific PGO properties for all supported platforms.
 - stubs for Android & Linux although they are not fully functional yet.


#jira UE-159562
#rnx
#rb Jerome.Delattre
#preflight 6391a7229549ddaa281ad04c

[CL 23444144 by David Harvey in ue5-main branch]
2022-12-08 04:14:06 -05:00