How can I measure the time to compile each function in a package?

When I profile the first time to do something in a package I find out that it is making a lot of LLVM passes, it is possible to profile on which functions these LLVM passes spend the most time?

1 Like