Download List

프로젝트 설명

Python Tracer lets you see your Python program's
execution as a tree of function invocations, each
tree node exposing the real time and CPU time
(user/sys) of that call. The project consists of
two main components: a Python tracer that can run
your Python programs (much like "cProfile" and
friends), and a GTK+ based GUI that can show the
trace results. It uses a tiny auxiliary library
(graphfile) to allow append-only writing and
reading static DAGs directly from a file without
reading it whole into memory at any stage.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-03-06 19:43
1.0

Tags: Initial freshmeat announcement

Project Resources