Changes between Version 3 and Version 4 of jazz/DEBUG


Ignore:
Timestamp:
May 7, 2011, 12:30:46 AM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/DEBUG

    v3 v4  
    6767   * [http://www.gnu.org/software/binutils/ gprof] - 屬於 GNU binutils 的一部分 - [http://packages.debian.org/binutils Debian 套件 - binutils]
    6868     * [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]
    6970     * [http://kprof.sourceforge.net/ kprof] - a KDE3 visual tool to help analyze profiling results - [http://packages.debian.org/kprof Debian 套件 kprof]
    7071     * [http://code.google.com/p/jrfonseca/wiki/Gprof2Dot#Example gprof2dot] - 把 gprof log 轉成 graphviz 的 dot 格式,就可以畫出圖形了
     
    7677   -ftest-coverage: collect info about code coverage
    7778}}}
     79     * [http://awkzone.blogspot.com/2010/11/gcov-linux-code-coverage-analysis-tool.html gcov - linux code coverage analysis tool]
    7880   * mtrace() 函數 - 檢查記憶體溢出(memory leakage)問題 ([wiki:jazz/10-03-04 2010-03-04])
    7981     * [http://itzone.hk/article/article.php?aid=200406221149442361 Linux C編程偵測記憶體溢出工具(一):mtrace ]