@param ignoremods a list of the names of modules to ignore @param ignoredirs a list of the names of directories to ignore
all of the (recursive) contents of
@param outfile file in which to write the results @param timing true iff timing information be displayed
@param ignoremods a list of the names of modules to ignore @param ignoredirs a list of the names of directories to ignore
all of the (recursive) contents of
@param outfile file in which to write the results @param timing true iff timing information be displayed
Methods
__init__([count, trace, countfuncs, ...]) | @param count true iff it should count number of times each |
file_module_function_of(frame) | |
globaltrace_countfuncs(frame, why, arg) | Handler for call events. |
globaltrace_lt(frame, why, arg) | Handler for call events. |
globaltrace_trackcallers(frame, why, arg) | Handler for call events. |
localtrace_count(frame, why, arg) | |
localtrace_trace(frame, why, arg) | |
localtrace_trace_and_count(frame, why, arg) | |
results() | |
run(cmd) | |
runctx(cmd[, globals, locals]) | |
runfunc(func, *args, **kw) |
Handler for call events.
Adds (filename, modulename, funcname) to the self._calledfuncs dict.
Handler for call events.
If the code block being entered is to be ignored, returns `None’, else returns self.localtrace.
Handler for call events.
Adds information about who called who to the self._callers dict.