NAME

Devel::MAT::Tool::Tools - display a list of the available tools

DESCRIPTION

This Devel::MAT tool displays a list of the names and descriptions of additional tools that may be available, and allows loading them.

COMMANDS

tools

pmat> tools
  Reachability - <no desc>
  Sizes        - <no desc>

Prints a list of the names of every additional tool that is available to load into the pmat analysis shell. Each is prefixed with a * if it is already loaded.

Currently, only the tools marked FOR_UI are actually listed, which isn't helpful in the shell as many tools are useful without UI additions.

tool

Loads an additional analysis tool.

pmat> tool Sizes

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>