2011-11-20から1日間の記事一覧

Python用プロファイラPyXdebugを作った

PHPのXdebugみたいな感じ。 PyPIに登録した。 今のところ、1.2.2が最新。 pyxdebug 1.2.2 : Python Package Index http://pypi.python.org/pypi/pyxdebug インストール # easy_install pyxdebug メソッド実行をプロファイルする example_call_func.py #!/usr…