I was looking at this VScode plugin https://marketplace.visualstudio.com/items?itemName=RamonViladomat.CompileScore2022 to profile C++ compilation speed with clang or MSVC but I then realized it was only compatible with Windows...
Is there a good equivalent on Linux ?
I know I can profile code with g++ -ftime-report but it doesn't do exactly what I want. I'm looking for a tool able to display the bottlenecks in my code.