Using Profiling in Elixir to Improve Performance
In this post, we explore three profiling tools you can use to find performance issues in Elixir — cprof
, eprof
, and fprof
:
https://blog.appsignal.com/2022/04/26/using-profiling-in-elixir-to-improve-performance.html
Read next Adding traceability to Elixir applications with Spandex: our experience