LICENSE
README.md
pyproject.toml
macsmart/__init__.py
macsmart/cli.py
macsmart.egg-info/PKG-INFO
macsmart.egg-info/SOURCES.txt
macsmart.egg-info/dependency_links.txt
macsmart.egg-info/entry_points.txt
macsmart.egg-info/requires.txt
macsmart.egg-info/top_level.txt
macsmart/benchmark/__init__.py
macsmart/benchmark/energy.py
macsmart/benchmark/energy_compare.py
macsmart/benchmark/report.py
macsmart/benchmark/runner.py
macsmart/dashboard/__init__.py
macsmart/dashboard/server.py
macsmart/dashboard/static/dashboard.js
macsmart/dashboard/static/index.html
macsmart/dashboard/static/style.css
macsmart/data/__init__.py
macsmart/data/registry.yaml
macsmart/manager/__init__.py
macsmart/manager/download.py
macsmart/manager/runtime.py
macsmart/manager/session.py
macsmart/manager/swapper.py
macsmart/manager/watchdog.py
macsmart/profiler/__init__.py
macsmart/profiler/battery.py
macsmart/profiler/memory.py
macsmart/profiler/system.py
macsmart/profiler/thermal.py
macsmart/recommender/__init__.py
macsmart/recommender/engine.py
macsmart/recommender/models_db.py
macsmart/recommender/task_router.py
macsmart/ui/__init__.py
macsmart/ui/terminal.py
tests/test_batch.py
tests/test_benchmark.py
tests/test_compare.py
tests/test_dashboard.py
tests/test_download.py
tests/test_energy_compare.py
tests/test_profiler.py
tests/test_recommender.py
tests/test_session.py
tests/test_swapper.py
tests/test_watchdog.py