clj-async-profiler
clj-async-profiler copied to clipboard
Embedded high-precision Clojure profiler
Hey, this is a great project thanks so much for making it =)... I was just wondering if there's any way I could pass in a map of `:metadata` arguments...
Hello, The profiler wasn't working for me from inside Alpine docker images (related to #12) and I managed to refine down the steps required to make it work. Some could...
It's inconvenient to read the names of small frames since the default tooltip appears only after a certain time (2-3 seconds). This pull request adds a custom tooltip that appears...
For some profiling where we cannot currently inject the profiler into the application we use the standard async-profiler by launching it from the command line with a process id specified,...
I'm not sure if this is the right place, but I struggled to use the library with Docker Compose. I was able to overcome the issue; however, when I received...
Consistently get this error after stopping profiling. I can use the brendan gregg's flamegraph perl script to generate usable (static) svg flamegraphs, so I have reasonable confidence that the data...
[The documentation for diffgraph](http://clojure-goes-fast.com/kb/profiling/clj-async-profiler/diffgraphs/) describes a means for generating a diffgraph using the repl and seemingly only between runs from the same process. Is it possible to generate them somehow...
Hi, Getting a core dump using 1.3.3. ``` # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000077e67da078af, pid=236623, tid=236862 #...
I feel sorting by name gives you more stable ordering, making it easier to see the changes between two or more runs. I would be happy if it was the...