Skip to content

Linux RAPL counters #2284#3032

Draft
wild0ne wants to merge 3 commits intodotnet:masterfrom
wild0ne:poc-rapl-energy-counters
Draft

Linux RAPL counters #2284#3032
wild0ne wants to merge 3 commits intodotnet:masterfrom
wild0ne:poc-rapl-energy-counters

Conversation

@wild0ne
Copy link
Contributor

@wild0ne wild0ne commented Feb 27, 2026

DRAFT PR adding usage of RAPL energy counters on Linux

{
string fileContents = File.ReadAllText(_energyPath);
bool good = long.Parse(fileContents) > 0;
return (true, string.Empty);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use 'good'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant