LICENSE
MANIFEST.in
README.md
README_zh.md
pyproject.toml
setup.py
version.txt
objwatch/__init__.py
objwatch/config.py
objwatch/constants.py
objwatch/core.py
objwatch/event_handls.py
objwatch/events.py
objwatch/mp_handls.py
objwatch/runtime_info.py
objwatch/targets.py
objwatch/tracer.py
objwatch.egg-info/PKG-INFO
objwatch.egg-info/SOURCES.txt
objwatch.egg-info/dependency_links.txt
objwatch.egg-info/not-zip-safe
objwatch.egg-info/requires.txt
objwatch.egg-info/top_level.txt
objwatch/utils/__init__.py
objwatch/utils/logger.py
objwatch/utils/util.py
objwatch/utils/weak.py
objwatch/wrappers/__init__.py
objwatch/wrappers/abc_wrapper.py
objwatch/wrappers/base_wrapper.py
objwatch/wrappers/cpu_memory_wrapper.py
objwatch/wrappers/tensor_shape_wrapper.py
objwatch/wrappers/torch_memory_wrapper.py
requirements/requirements-doc.txt
requirements/requirements-test.txt
requirements/requirements.txt
tests/__init__.py
tests/test_base.py
tests/test_comprehensive_exclude.py
tests/test_exclude_functionality.py
tests/test_multiprocessing_handls.py
tests/test_output_exit.py
tests/test_output_json.py
tests/test_targets.py
tests/util.py