Fork me on GitHub
#cursive
<
2019-09-19
>
SgtZdog14:09:10

What do you guys use for profilers? It doesn't look like cursive is compatible with intellij ultimates' built in profiler.

Alex Miller (Clojure team)14:09:30

yourkit or clj-async-profiler

jumar15:09:13

Yes that's pretty much it for me too. Sometimes also VisualVM

Vincent Cantin16:09:11

I don’t understand how to launch the tests on a deps project: in Lein projects there are some green symbols that appear near each test’s source code to launch them but not in the deps projects. Is it normal?

Vincent Cantin17:09:41

Never mind, it’s working now.