dmage / importmem

Profile how much memory is used by package imports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Profile how much memory is used by package imports

License:MIT License


Languages

Language:Python 100.0%