Home Publishing Malt 1.6.0 with Python support
Post
Cancel

Publishing Malt 1.6.0 with Python support

I announce the release 1.6.0 of Malt which now adds the support of the Python language in addition to the already supported C, C++, Fortran, Rust.

memtt

Usage

Malt is a memory profiling tool to track the memory allocations in C/C++/Fotran programs. It provides an instrumentation tool which can just run as :

1
malt-python ./script.py

Then you can run the embedded web server to connect to the analysis graphical web tool:

1
malt-webview malt-python-script-py-38667.json

You will get a view like :

malt

You can get more screenshots here : Malt screenshots.

This post is licensed under CC BY-ND 4.0 by the author.