Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/12c76f71ede2e7a2c346a5db82b23fe2 to your computer and use it in GitHub Desktop.
Save r-ryantm/12c76f71ede2e7a2c346a5db82b23fe2 to your computer and use it in GitHub Desktop.
/nix/store/nr7l9a2gzzrnh0q4xm9fzjmp7awliwyy-python3.7-Pympler-0.9
├── lib
│   └── python3.7
│   └── 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-37.pyc
│   │   │   ├── charts.cpython-37.pyc
│   │   │   ├── classtracker.cpython-37.pyc
│   │   │   ├── classtracker_stats.cpython-37.pyc
│   │   │   ├── garbagegraph.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── metadata.cpython-37.pyc
│   │   │   ├── mprofile.cpython-37.pyc
│   │   │   ├── muppy.cpython-37.pyc
│   │   │   ├── panels.cpython-37.pyc
│   │   │   ├── process.cpython-37.pyc
│   │   │   ├── refbrowser.cpython-37.pyc
│   │   │   ├── refgraph.cpython-37.pyc
│   │   │   ├── summary.cpython-37.pyc
│   │   │   ├── tracker.cpython-37.pyc
│   │   │   └── web.cpython-37.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-37.pyc
│   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── stringutils.cpython-37.pyc
│   │   │   └── stringutils.py
│   │   └── web.py
│   └── Pympler-0.9.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── NOTICE
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 66 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment