專案描述

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.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

您的評分
撰寫專案評