Wonder what the energy consumption would be like w...
# kotlin-native
n
Wonder what the energy consumption would be like with a Kotlin Native program running on a desktop device (eg on a ThinkPad T480 running Linux Mint 19.1 ). Are there plans to include energy consumption in the performance benchmark suite when its ready?
o
Not sure if there’s an answer to that question for any programming language. K/N doesn’t have heavy runtime, so runtime overhead for non-heavily computing program shalln’t be high.
🆗 1
n
What performance metrics could be used to approximate energy consumption (aka a rough indicator) for a program?