Hi, I would like to share https://github.com/Tyruiop/needle a small tracing/profiling library that I made that uses the neat frontend provided by <chrome://tracing>
.
It acts as a drop in replacement for both defn
and fn
and I mainly use it at work/on personal projects to keep track of the value of my functions' arguments/output and/or look for bottlenecks in my code. It has been quite helpful for me so far in helping me debug and improve performance of my code.