memtab_visualizers.memory_profiler_report module

Memory Profiler Report class for memtab visualizers.

class memtab_visualizers.memory_profiler_report.MemoryProfilerReport

Bases: object

A memory profiler report class for memtab visualizers.

generate_report(memtab, filename)

Generate a text based memory profile, showing overall RAM and ROM, and then the different categories as a total in KB, and then % of RAM/ROM total

Return type:

None

report_name = 'memoryprofiler'