Open stephanegigandet opened 5 years ago
I have no experience in profiling BUT perl benchmark module is really easy to use. It can be a good way to test before/after code changes: https://perldoc.perl.org/Benchmark.html
For a good introduction on profiling and benchmarking, I found: https://www.oreilly.com/library/view/mastering-perl/9780596527242/ch05.html
I used Devel::MAT and it helped to identify a very big memory leak, details are in https://github.com/openfoodfacts/openfoodfacts-server/issues/2053
What
Part of
8764