Join Slack
Powered by
Is there any way we can get some profiling informa...
# compiler
p
Peter Kievits
10/06/2023, 12:34 PM
Is there any way we can get some profiling information from the compiler? We generate a lot of code which is slow to compile. It would be good to have a way of benchmarking the compilation to see where the hotspots are.
d
dmitriy.novozhilov
10/06/2023, 1:43 PM
You can attach async-profiler to the compiler
https://kotlinlang.slack.com/archives/C03PK0PE257/p1661345568023239?thread_ts=1661315773.380339&cid=C03PK0PE257
Open in Slack
Previous
Next