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.3 in this page.
You can use the following script to add formula-cpu-general-1.3.jar to your project.
<dependency> <groupId>fr.inria.powerapi.formula</groupId> <artifactId>formula-cpu-general</artifactId> <version>1.3</version> </dependency>
compile group: 'fr.inria.powerapi.formula', name: 'formula-cpu-general', version: '1.3'
libraryDependencies += "fr.inria.powerapi.formula" % "formula-cpu-general" % "1.3"
<dependency org="fr.inria.powerapi.formula" name="formula-cpu-general" rev="1.3"/>
@Grapes(@Grab(group='fr.inria.powerapi.formula', module='formula-cpu-general', version='1.3'))
'fr.inria.powerapi.formula:formula-cpu-general:jar:1.3'
Click the following link to download the jar file.
formula-cpu-general-1.3-javadoc.jar