Skip to content

Commit

Permalink
Update docs/measure/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jae-Won Chung <jwnchung@umich.edu>
  • Loading branch information
sharonsyh and jaywonchung authored Dec 10, 2024
1 parent 5f9cc6b commit 0f8d550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/measure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ component: gpu, cpu, or dram

#### Labels
- window: The user-defined window name provided during `begin_window()` and `end_window()` (e.g., `energy_histogram.begin_window(f"epoch_energy")`).
- index: The GPU index (e.g., `0` for GPU 0).
- index: The index of the device (e.g., `0` for GPU 0).

### Usage and Initialization
[`EnergyHistogram`][zeus.metric.EnergyHistogram] records energy consumption data for GPUs, CPUs, and DRAM in Prometheus Histograms. This is ideal for observing how often energy usage falls within specific ranges.
Expand Down

0 comments on commit 0f8d550

Please sign in to comment.