third_party.pigweed.src/PW_PLUGINS
Chenghan Zhou 091e312d0f pw_allocator: Heap visualization
Added a python script to view the heap given a dump file and heap
information in the command line arguments.

Added a Pigweed command "pw heap-viewer" for the heap visualizer.

Change-Id: Ibe3116eb9bebb466aad4c4273cc3de9142b9eab1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/15265
Reviewed-by: Alexei Frolov <frolv@google.com>
Commit-Queue: Chenghan Zhou <chenghanzh@google.com>
2020-08-07 17:47:13 +00:00

16 lines
624 B
Plaintext

# The PW_PLUGINS file lists commands that should be included with the pw command
# when it is invoked in this directory or its subdirectories. Commands in this
# file override those registered in parent directories.
#
# Entries in this file have three columns:
#
# <name> <Python module> <function>
#
# The Python package containing that module must be installed in the Pigweed
# virtual environment. The function must have no required arguments and should
# return an int to use as the exit code.
# Pigweed's presubmit check script
presubmit pw_presubmit.pigweed_presubmit main
heap-viewer pw_allocator.heap_viewer main