- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Has anyone had any luck getting the intel compiler codecov data in the Cobertura XML format? It seems like the XML format that Intel emits is some other format.
There's an old script there: https://github.com/halvorlu/codecov-to-cobertura
But it looks like it's not going to work for me out of the box. Just wondering if there is a better solution out there before I start trying to see if I can make this work.
It would be nice if the Intel tools could generate this format natively, since this is the format that tools like GitLab are expecting.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Our old code coverage and profile guided optimization tools and technology are deprecated along with ifort. We will not bring these into our new llvm-based ifx compiler.
for IFX, we use the LLVM pgo and instrumentation tools
https://clang.llvm.org/docs/UsersManual.html#profile-guided-optimization
I believe the -fprofile-instr-generate option is applicable.
we call this out in our Porting Guide
Whoever works on the codecov-to-cobertura code will need to refactor to use llvm profile information.
