Closed as duplicate of#58153
Description
Proposal Details
Our project uses the PGO (Profile-Guided Optimization) feature, and since our functionality is quite large, modifying some parts of the code may affect the previously identified PGO hotspot functions, causing the PGO optimization to fail. We would like to print the PGO optimization overview during the build process, so that we can decide whether to re-collect the PGO data. Thank you.