memtab.vizhookspecs module

class memtab.vizhookspecs.MemtabVisualizerSpec

Bases: object

The hook specification for a memtab visualizer plugin.

generate_report(memtab, filename)

Generate the report

Return type:

None

Args:

memtab (Memtab): the memory table to generate a report against filename (str): the filename to write the report to. If None, the plugin can determine its own filename