Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmage/importmem

Profile how much memory is used by package imports
https://github.com/dmage/importmem

Last synced: 9 days ago
JSON representation

Profile how much memory is used by package imports

Awesome Lists containing this project

README

        

# importmem

This is a simple script to analyze how much memory needed to import Python
module dependencies.

## Installation

```
pip install importmem
```

## Example

```
importmem flask --open
```

![flask import graph](docs/flask.png)