Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | Stats |
class | TupleComp |
class | ProfileBrowser |
Functions | |
def | func_strip_path |
def | func_get_function_name |
def | func_std_string |
def | add_func_stats |
def | add_callers |
def | count_calls |
def | f8 |
Variables | |
list | __all__ = ["Stats"] |
list | initprofile = sys.argv[1] |
Class for printing reports on profiled python code.
def pstats.add_func_stats | ( | target, | |
source | |||
) |
Add together all the stats for two profile entries.
Definition at line 461 of file pstats.py.
References add_callers().
def pstats.count_calls | ( | callers) |
def pstats.f8 | ( | x) |
def pstats.func_get_function_name | ( | func) |