sxannyy / mtracker_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mtracker

Decorator to trace the memory use.

Python

Licence

Table Of Content

Description

Use it to track the memory used by functions in your code. This project is a part of FOSS course and placed here to show how we can build library out of our code.

Testing

Get pytest

git clone git@github.com:standlab/mtracker.git
cd mtracker
pytest

Installation

Make sure git is installed on your system. In bash-shell execute:

git clone git@github.com:standlab/mtracker.git#egg=mtracker_test
cd mtracker
pip install .

Or simply:

pip install git+https://github.com/sxannyy/mtracker_test.git

Remove the matracker:

pip uninstall mtracker

Contribute

You can contribute to the project by writing more tests and check memory tracking with fancy data structures such as Pandas dataframes.

License

The mtracker is licensed under the terms of the MIT Open Source license and is available for free.

About

License:MIT License


Languages

Language:Python 100.0%