From 1ff83f8544a652e79666867d7da5d71650ac7c5c Mon Sep 17 00:00:00 2001 From: Rover van der Noort Date: Thu, 23 Mar 2023 11:45:58 +0100 Subject: [PATCH] Add output to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index edba550..c919fe6 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,14 @@ RAPL domains match part of the cpu socket as described in this image : - core : correpond to the sum of all cpu core energy consumption - uncore : correspond to the integrated GPU +# Output + +The output structure of all domains are enabled including their respective units are as follows: + +| name | timestamp | tag | duration | package | dram | core | uncore | nvidia_gpu | +|---|---|---|---|---|---|---|---|---| +| **type** | datetime | str | ms | uJ | uJ | uJ | uJ | **mJ** | + # Miscellaneous ## About