tags:

views:

40

answers:

0

I've been porting over a project from g++ to clang.

Clang;s compiler claims to not support -pg ... so no gprofile? What's the expected way to profile under clang? Valgrind & oprofile? Or is there some new llvm specific tool?