PySpeedIT.profile_it

Overview

Can be used instead of python’s profiler and uses internally the cProfiler.

For usage see PySpeedIT.speed_it

OUTPUT HTML

../_images/profile_it_results.png

Functions

PySpeedIT.profile_it.profile_functions_in_module(loaded_module, module_path, module_name, profiles_dir_path, module_tuple_of_func_tuples, output_max_slashes_fileinfo, use_func_name, output_in_sec, profileit__repeat)

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