├── CITATION.cff ├── README.md ├── img ├── example_aggregated.png ├── example_alone.png └── example_default.png ├── jouleit.sh └── jouleit.test.sh /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerapi-ng/jouleit/HEAD/CITATION.cff -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerapi-ng/jouleit/HEAD/README.md -------------------------------------------------------------------------------- /img/example_aggregated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerapi-ng/jouleit/HEAD/img/example_aggregated.png -------------------------------------------------------------------------------- /img/example_alone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerapi-ng/jouleit/HEAD/img/example_alone.png -------------------------------------------------------------------------------- /img/example_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerapi-ng/jouleit/HEAD/img/example_default.png -------------------------------------------------------------------------------- /jouleit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerapi-ng/jouleit/HEAD/jouleit.sh -------------------------------------------------------------------------------- /jouleit.test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerapi-ng/jouleit/HEAD/jouleit.test.sh --------------------------------------------------------------------------------