diff --git a/Lectures/Lecture 3 - Sustainable Software/Lecture 3 Notes.md b/Lectures/Lecture 3 - Sustainable Software/Lecture 3 Notes.md index 2953b29..71f0ea6 100644 --- a/Lectures/Lecture 3 - Sustainable Software/Lecture 3 Notes.md +++ b/Lectures/Lecture 3 - Sustainable Software/Lecture 3 Notes.md @@ -29,7 +29,7 @@ This can be used when power is not consistent over time. You average the power i Average power can easily be converted to energy via the formula: $$ E = P_{\text{average}}\Delta t$$ -#### Energy Delayed Product (EDP) +#### Energy-Delay Product (EDP) Next to energy consumption, this metric additionally considers the time taken to run an application. Consequently, it favors applications which minimize energy consumption **and** the runtime. $$EDP = E t =\Delta P t^2 $$ @@ -370,4 +370,4 @@ Want to know more about the topics in this lecture? Here are some sources that d - [Green Software Patterns](https://patterns.greensoftware.foundation/): a course developed by the *Green Software Foundation*. Contains a catalog of good practices for AI, Cloud and Web engineers. - [Green Software Practitioner](https://learn.greensoftware.foundation/): a course developed by the *Green Software Foundation*. It offers an introduction to the topic of green software for all types of software practitioners. It is relevant for designing, maintaining and running green applications regardless of the platform. - [The Principles of Sustainable Software Engineering](https://learn.microsoft.com/en-us/training/modules/sustainable-software-engineering-overview/): a course covering fundamental concepts related to SSE. Developed by *Microsoft* for the company's learning platform. -- [CS4575 Sustainable Software Engineering](https://luiscruz.github.io/course_sustainableSE/2025/): a master elective has a lecture on [measurement metrics]() and on [how to conduct energy measurement experiments](https://surfdrive.surf.nl/files/index.php/s/V8f66pd7V7sQYx6) \ No newline at end of file +- [CS4575 Sustainable Software Engineering](https://luiscruz.github.io/course_sustainableSE/2025/): a master elective has a lecture on [measurement metrics]() and on [how to conduct energy measurement experiments](https://surfdrive.surf.nl/files/index.php/s/V8f66pd7V7sQYx6)