-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added macOS support #110
Added macOS support #110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6 file(s) reviewed, 12 comment(s)
Edit PR Review Bot Settings | Greptile
Eco-CI Output:
🌳 CO2 Data: Total cost of whole PR so far: |
Eco-CI Output:
🌳 CO2 Data: Total cost of whole PR so far: |
Eco-CI Output:
🌳 CO2 Data: Total cost of whole PR so far: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
Greptile Summary
Added macOS support to the eco-ci-energy-estimation project by implementing platform-specific CPU monitoring and system compatibility checks, while maintaining existing Linux functionality.
/scripts/cpu-utilization-macos.sh
usingiostat
for macOS-specific CPU monitoring with nanosecond precision/scripts/setup.sh
to dynamically select CPU monitoring script based on OS detection (uname
)/scripts/vars.sh
to handle missing/proc
filesystem gracefully on non-Linux systemsREADME.md
requiringcoreutils
installation for microsecond timestamp support/scripts/make_measurement.sh
to properly handle spaces in filepaths