Changes between Version 3 and Version 4 of jazz/DEBUG
- Timestamp:
- May 7, 2011, 12:30:46 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/DEBUG
v3 v4 67 67 * [http://www.gnu.org/software/binutils/ gprof] - 屬於 GNU binutils 的一部分 - [http://packages.debian.org/binutils Debian 套件 - binutils] 68 68 * [http://blog.superd.org/index.php/2004/11/02/39/ gprof 看 performance 分析…] 69 * [http://awkzone.blogspot.com/2010/11/gprof.html gprof - linux program profiling tool] 69 70 * [http://kprof.sourceforge.net/ kprof] - a KDE3 visual tool to help analyze profiling results - [http://packages.debian.org/kprof Debian 套件 kprof] 70 71 * [http://code.google.com/p/jrfonseca/wiki/Gprof2Dot#Example gprof2dot] - 把 gprof log 轉成 graphviz 的 dot 格式,就可以畫出圖形了 … … 76 77 -ftest-coverage: collect info about code coverage 77 78 }}} 79 * [http://awkzone.blogspot.com/2010/11/gcov-linux-code-coverage-analysis-tool.html gcov - linux code coverage analysis tool] 78 80 * mtrace() 函數 - 檢查記憶體溢出(memory leakage)問題 ([wiki:jazz/10-03-04 2010-03-04]) 79 81 * [http://itzone.hk/article/article.php?aid=200406221149442361 Linux C編程偵測記憶體溢出工具(一):mtrace ]