Skip to content

Commit

Permalink
add functions to header
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Mar 19, 2024
1 parent 730f63f commit 2a7f1e8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/variorum/Intel/intel_power_features.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,20 @@ void print_verbose_power_data(
off_t msr_dram_energy_status
);

void print_energy_data(
FILE *writedest,
off_t msr_rapl_unit,
off_t msr_pkg_energy_status,
off_t msr_dram_energy_status
);

void print_verbose_energy_data(
FILE *writedest,
off_t msr_rapl_unit,
off_t msr_pkg_energy_status,
off_t msr_dram_energy_status
);

void json_get_power_data(
json_t *get_power_obj,
off_t msr_power_limit,
Expand Down

0 comments on commit 2a7f1e8

Please sign in to comment.