PySpeedIT.disassemble_it

Overview

Uses python’s dis.Bytecode.

For usage see PySpeedIT.speed_it

OUTPUT HTML

../_images/disassemble_it_results.png

Functions

PySpeedIT.disassemble_it.disassemble_functions_in_module(loaded_module, module_path, module_name, disassembles_dir_path, module_tuple_of_func_tuples, output_max_slashes_fileinfo, use_func_name)

Writes the results for one loaded_module for all defined functions to a html files overwriting them if they existed.

SeeAlso

for the meaning of the parameters speed_it

This Page