I have a system (Linux & C++) doing intensive signal/image processing operations. I would like to use PGO to improve performance of our application.
Are there any risks / potential issues I should be aware of when using PGO ?
Are unit tests + E2E tests enough to verify that PGO didn't break anything ?