Skip to content

Power Consumption Docs

This site contains the project documentation for the Power Consumption project which is an console application with PYTHON to measure the energy consumption of an app. It only works on LINUX

Table Of Contents

The documentation follows the best practice for project documentation as described by Daniele Procida in the Diátaxis documentation framework and consists of four separate parts:

  1. How-To Guides
  2. Reference
  3. Explanation

Quickly find what you're looking for depending on your use case by looking at the different pages.

Project Overview

Backend package

Package that handles the backend of the application.

Modules exported by this package:

  • bash: Provide the functions to change authorizations for the application to run.
  • engine: Provide the class that handles the backend of the application.

Acknowledgements

I want to thank PowerAPI for the heavy lifting with their library.