> > The empirical proof was running fprof > <http://erlang.org/doc/man/fprof.html>, an erlang tool "used to profile a > program to find out how the execution time is used". >
To be fair, fprof should not be used for benchmarking because the profiling hooks will affect code performance in different ways. For example, if you are running code and then enables fprof, that same code path may now take much longer. A benchmarking tool would be ideal here. -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/CAGnRm4%2BotB7niwyNFtbH_hZsw6ubw65ZXFKqVkfSdXXdCRg6VQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
