This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
competitive_programming:development_utilities [2018/09/12 14:48] jguerin Added command line cProfile example. |
competitive_programming:development_utilities [2018/09/12 14:49] (current) jguerin Added some additional headers for Valgrind. |
||
---|---|---|---|
Line 56: | Line 56: | ||
1 0.000 0.000 0.000 0.000 {method ' | 1 0.000 0.000 0.000 0.000 {method ' | ||
</ | </ | ||
+ | |||
+ | ==== Debugging Tools ==== | ||
+ | === Memory Leak Detection === | ||
+ | == Valgrind == | ||
+ | |||