kcachegrind安装


http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindDownload

http://hi.baidu.com/wangxinhui419/blog/item/4a7409c78c22b4c8d100608a.html

http://wxiner.blog.sohu.com/156841393.html
说明:linux下如果安装不上,直接下载windows版的吧,用windows下的一样可以分析

 

KCacheGrind windows 系統下的代替方案

  1. WinCacheGrind
  2. 可分析由xdebug產出的cachegrind.xxx檔,簡易版的kcachegrind。

  3. windows port of kcachegrind
  4. 由原linux的kcachegrind,重新編譯在windows上可執行版,功能與linux kcachegrind相同。

  5. Webgrind
  6. 網頁版的callgrind,搭配xdebug可做即時線上做php script profile。

 

 

使用参考

xdebug使用

 

你可能感兴趣的:(c,windows,linux)