天天看點

開源可視化 Python 性能調優工具 VPT 釋出

  開源可視化 Python 性能調優工具 VPT 釋出 id="alimamaifrm" style="WIDTH: 750px; HEIGHT: 110px" name="alimamaifrm" marginwidth="0" marginheight="0" src="http://p.alimama.com/cpacode.php?t=A&pid=mm_10108440_0_0&w=750&h=110&rn=1&cn=3&ky=&cid=50004849&bgc=FFFFFF&bdc=E6E6E6&tc=0000FF&dc=000000" frame width="750" scrolling="no" height="110">        VisualPyTune(簡稱VPT)是我自己建立的開源項目,親曆親為,現在終于釋出了。有種由衷的高興,難以言表,希望它真的能幫助廣大的 Pythoner ,也歡迎大家提出寶貴的意見和建議。 緣起:     Python 程式的确更容易遭遇性能瓶頸,盡管其内置了性能剖分子產品(如 Profile、hotshot 等),但對于剖分結果卻沒有一個良好的圖形界面浏覽器,使用 pstats子產品擷取的純文字的報表閱讀非常困難。VisualPyTune(簡稱VPT) 正是為解決這個問題而生。它提供了友好的 GUI 界面(使用 wxPython 開發),能夠友善地進行排序、過濾、檢視調用函數、檢視被調用函數、以及餅圖形式的被調用函數視圖。能夠友善地進行性能調優。 項目首頁: http://code.google.com/p/visualpytune 預覽:

開源可視化 Python 性能調優工具 VPT 釋出

安裝: Windows 使用者請從下面的位址下載下傳壓縮包(5.3 MB),解壓即可以使用: http://visualpytune.googlecode.com/files/visualpytune-0.1.0-win32.zip Linux 使用者請直接從 svn checkout: svn checkout http://visualpytune.googlecode.com/svn/trunk/ visualpytune-read-only Bug回報: 請到下面的位址填寫表單(點選左上角的 New Issue) http://code.google.com/p/visualpytune/issues/list 後續開發内容: 1)開發 CallGraph,參考 http://pycallgraph.slowchop.com/   2)完善文檔 歡迎朋友們參與本項目。   id="alimamaifrm" style="WIDTH: 750px; HEIGHT: 110px" name="alimamaifrm" marginwidth="0" marginheight="0" src="http://p.alimama.com/cpacode.php?t=A&pid=mm_10108440_0_0&w=750&h=110&rn=1&cn=3&ky=&cid=50004849&bgc=FFFFFF&bdc=E6E6E6&tc=0000FF&dc=000000" frame width="750" scrolling="no" height="110">