Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 29, 2019 03:44
Show Gist options
  • Save ryantm/a0b19145552974137251190d6e354d4b to your computer and use it in GitHub Desktop.
Save ryantm/a0b19145552974137251190d6e354d4b to your computer and use it in GitHub Desktop.
/nix/store/chy75554hjyp6pj4r2sf49f2qjkr45xi-python3.8-Pympler-0.8
├── lib
│   └── python3.8
│   └── site-packages
│   ├── pympler
│   │   ├── asizeof.py
│   │   ├── charts.py
│   │   ├── classtracker.py
│   │   ├── classtracker_stats.py
│   │   ├── garbagegraph.py
│   │   ├── __init__.py
│   │   ├── metadata.py
│   │   ├── mprofile.py
│   │   ├── muppy.py
│   │   ├── panels.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── asizeof.cpython-38.pyc
│   │   │   ├── charts.cpython-38.pyc
│   │   │   ├── classtracker.cpython-38.pyc
│   │   │   ├── classtracker_stats.cpython-38.pyc
│   │   │   ├── garbagegraph.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── metadata.cpython-38.pyc
│   │   │   ├── mprofile.cpython-38.pyc
│   │   │   ├── muppy.cpython-38.pyc
│   │   │   ├── panels.cpython-38.pyc
│   │   │   ├── process.cpython-38.pyc
│   │   │   ├── refbrowser.cpython-38.pyc
│   │   │   ├── refgraph.cpython-38.pyc
│   │   │   ├── summary.cpython-38.pyc
│   │   │   ├── tracker.cpython-38.pyc
│   │   │   └── web.cpython-38.pyc
│   │   ├── refbrowser.py
│   │   ├── refgraph.py
│   │   ├── static
│   │   │   └── jquery.sparkline.min.js
│   │   ├── summary.py
│   │   ├── templates
│   │   │   ├── asized_referents.tpl
│   │   │   ├── footer.tpl
│   │   │   ├── garbage_index.tpl
│   │   │   ├── garbage.tpl
│   │   │   ├── header.tpl
│   │   │   ├── index.tpl
│   │   │   ├── jquery.flot.min.js
│   │   │   ├── jquery.flot.stack.min.js
│   │   │   ├── jquery.flot.tooltip.min.js
│   │   │   ├── memory_panel.html
│   │   │   ├── process.tpl
│   │   │   ├── referents.tpl
│   │   │   ├── stacktrace.tpl
│   │   │   ├── style.css
│   │   │   ├── tracker_class.tpl
│   │   │   └── tracker.tpl
│   │   ├── tracker.py
│   │   ├── util
│   │   │   ├── bottle.py
│   │   │   ├── compat.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bottle.cpython-38.pyc
│   │   │   │   ├── compat.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── stringutils.cpython-38.pyc
│   │   │   └── stringutils.py
│   │   └── web.py
│   └── Pympler-0.8.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── NOTICE
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 65 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment