Wraps Valgrind to colour the output.
Project description
A python wrapper for Valgrind that colours the output for better readability.
Available on pypi here https://pypi.python.org/pypi/colour-valgrind/
Installation
------------
```
pip install colour-valgrind
```
or from the root dir (after cloning):
```
pip install -e .
```
Usage
-----
Just use `colour-valgrind` instead of `valgrind` - all args are passed through.
`--test FILE` has been added to feed in an existing valgrind log file to colour.
Usage as a lib
--------------
You can also use the filter as a library function, if you're running valgrind
from another python project.
```
from colourvalgrind import colour_valgrind
...
print(colour_valgrind(valgrind_output))
```
Available on pypi here https://pypi.python.org/pypi/colour-valgrind/
Installation
------------
```
pip install colour-valgrind
```
or from the root dir (after cloning):
```
pip install -e .
```
Usage
-----
Just use `colour-valgrind` instead of `valgrind` - all args are passed through.
`--test FILE` has been added to feed in an existing valgrind log file to colour.
Usage as a lib
--------------
You can also use the filter as a library function, if you're running valgrind
from another python project.
```
from colourvalgrind import colour_valgrind
...
print(colour_valgrind(valgrind_output))
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
colour-valgrind-0.3.9.tar.gz
(5.7 kB
view hashes)
Built Distribution
Close
Hashes for colour_valgrind-0.3.9-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9eef84266cff5e3a43c4a3cba8ada4fddc70984c3a3439e4a1d3e5a3d38e9d5 |
|
MD5 | f97d17126def853e49d9f52f4f210a58 |
|
BLAKE2b-256 | c4bc7f2116560e1658129c3b5a9005bb6a384ad0aa9d44792318a31113a91eca |