| Name | Comments | URL |
|---|---|---|
| G | ||
| Gprof | Gprof is a performance analysis tool for Unix applications | https://en.wikipedia.org/wiki/Gprof |
| gperftools | a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools. | https://github.com/gperftools/gperftools |
| P | ||
| pyflame | Pyflame: A Ptracing Profiler For Python | https://github.com/uber-archive/pyflame |
| cProfile | profile module of Python | example : Profiling Python using cProfile: a concrete case |