.gitignore
LICENSE
README.md
environment.yml
mkdocs.yml
pyproject.toml
sonar-project.properties
.github/dependabot.yml
.github/workflows/github-pages.yml
.github/workflows/pull_request.yml
.github/workflows/release_request.yml
.sonarlint/connectedMode.json
.vscode/launch.json
.vscode/settings.json
assets/FairCompute.png
assets/energy_access.service
assets/energy_attribution.png
assets/logo.png
assets/philips.png
docs/.pages
docs/conclusion.md
docs/executive_summary.md
docs/getting_started.md
docs/how_EMT_works.md
docs/index.md
docs/introduction.md
docs/virtualization_challenges.md
docs/assets/custom.css
docs/assets/emt_oneslider.html
docs/assets/energy_attribution.html
docs/assets/logo.png
docs/assets/measurement_imperative.html
docs/assets/sample_maths.html
docs/assets/sci.html
emt/__init__.py
emt/cfgup.py
emt/config.json
emt/energy_monitor.py
emt.egg-info/PKG-INFO
emt.egg-info/SOURCES.txt
emt.egg-info/dependency_links.txt
emt.egg-info/entry_points.txt
emt.egg-info/requires.txt
emt.egg-info/top_level.txt
emt/power_groups/__init__.py
emt/power_groups/nvidia_gpu.py
emt/power_groups/power_group.py
emt/power_groups/rapl.py
emt/power_groups/utils.py
emt/utils/__init__.py
emt/utils/config.py
emt/utils/logger.py
emt/utils/trace_recorders.py
emt/utils/units.py
examples/mnist_tf.py
examples/mnist_torch.py
examples/multi_scope_tf.py
examples/sentiment_analysis_torch.py
examples/simple_addition.py
examples/tensor_addition_tf.py
examples/tensor_addition_torch.py
tests/test_cfgup.py
tests/test_energy_meter.py
tests/test_logger.py
tests/test_nvidia_gpu.py
tests/test_pgutils.py
tests/test_rapl_soc.py
tests/test_sanity.py
tests/test_units.py