ExProf Documentation: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:4114:41, 3 December 2023Elixirfan talk contribs 2,605 bytes +2,605 Created page with "== Introduction == ExProf is a powerful profiling tool for Elixir that provides detailed information about the performance of your code. With ExProf, you can measure the execution time of function calls, identify hotspots in your application, and optimize your code for better performance. == Installation == To start using ExProf, you need to add it as a dependency to your Elixir project. Open your `mix.exs` file and add the following line to the `deps` function: ``` {:..."