LICENSE
README.md
pyproject.toml
actop/__init__.py
actop/actop.py
actop/api.py
actop/config.py
actop/export.py
actop/ioreport.py
actop/models.py
actop/native_sys.py
actop/power_scaling.py
actop/sampler.py
actop/smc.py
actop/soc_profiles.py
actop/utils.py
actop.egg-info/PKG-INFO
actop.egg-info/SOURCES.txt
actop.egg-info/dependency_links.txt
actop.egg-info/entry_points.txt
actop.egg-info/requires.txt
actop.egg-info/top_level.txt
actop/tui/__init__.py
actop/tui/app.py
actop/tui/widgets.py
tests/test_api.py
tests/test_braille_chart_render.py
tests/test_chart_rendering.py
tests/test_cli_contract.py
tests/test_config.py
tests/test_dashboard_metrics.py
tests/test_e2e.py
tests/test_export.py
tests/test_integration.py
tests/test_ioreport.py
tests/test_native_sys.py
tests/test_per_process_power.py
tests/test_power_scaling.py
tests/test_runtime_contracts.py
tests/test_sampler.py
tests/test_smc.py
tests/test_soc_profiles.py
tests/test_tui_app.py