Jar examples for f:formula-cpu-general
Implements PowerAPI CPU Formula module in weighting each frequency by the time spent by CPU in working under it. Global CPU energy computation is based on the general well-known formula: P = c * f * V * V where c constant, f a frequency and V its associated voltage.
You can download jar file formula-cpu-general 1.1 in this page.
You can use the following script to add formula-cpu-general-1.1.jar to your project.
<dependency> <groupId>fr.inria.powerapi.formula</groupId> <artifactId>formula-cpu-general</artifactId> <version>1.1</version> </dependency>
compile group: 'fr.inria.powerapi.formula', name: 'formula-cpu-general', version: '1.1'
libraryDependencies += "fr.inria.powerapi.formula" % "formula-cpu-general" % "1.1"
<dependency org="fr.inria.powerapi.formula" name="formula-cpu-general" rev="1.1"/>
@Grapes(@Grab(group='fr.inria.powerapi.formula', module='formula-cpu-general', version='1.1'))
'fr.inria.powerapi.formula:formula-cpu-general:jar:1.1'
Click the following link to download the jar file.
formula-cpu-general-1.1-javadoc.jar