Join Slack
Powered by
Is there any simple profiler for Kotlin? I’m writi...
# announcements
g
GauthierPLM
12/14/2017, 8:42 AM
Is there any simple profiler for Kotlin? I’m writing an algo and would like to know which part take the most of time
l
louiscad
12/14/2017, 8:43 AM
You have
measureNanoTime { ... }
in the stdlib which you can use
👌 1
y
yole
12/14/2017, 9:48 AM
all Java profilers work for Kotlin too. YourKit, JProfiler etc.
20
Views
Open in Slack
Previous
Next