Skip to content
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

Power Calculation in Performance Engineering Techniques for Energy Consumption #48

Open
christianmair opened this issue Jun 11, 2023 · 2 comments
Assignees

Comments

@christianmair
Copy link

In the following formula, P_g refers to the power consumption of the GPU, while g refers to the number of memory sticks (whose power consumption is defined as P_r):

`P[kWh]=(c∙P_c+ P_r+g∙P_g)/1000`
- c = the number of cores
- P_c = the power consumption of the CPU
- P_g = the power consumption of the GPU
- g = the number of memory sticks
- P_r = the power consumption of the memory

These two (seemingly unrelated) numbers get multiplied in the formula. Is this correct or am I getting something wrong?
I'd have expected the number of memory sticks to be defined as r with the formula being:

$P[kWh]=(c∙P_c+P_g+r*P_r)/1000$

Best regards

@navveenb
Copy link
Contributor

@srini1978 , can you please have a look. This is probably from the eShop Web application.

@pichuang
Copy link

pichuang commented Dec 6, 2023

I'm having the same problem.

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

No branches or pull requests

4 participants