PySpeedIT.line_memory_profile_it

Overview

A profiler that records the amount of memory for each line.

This code is based on parts of: memory_profiler.

For usage see PySpeedIT.speed_it

OUTPUT HTML

../_images/line_memory_profile_it_results.png

Functions

PySpeedIT.line_memory_profile_it.line_memory_profile_functions_in_module(loaded_module, module_path, module_name, linememoryprofiles_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