Last Version

formula-cpu-max 1.5

Implements PowerAPI CPU Formula module in only taking into account the maximum CPU frequency and its associated voltage. CPU energy computation is based on the well-known formula: P = c * f * V * V where c constant, f a frequency and V its associated voltage.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

fr.inria.powerapi.formula
ArtifactId

ArtifactId

formula-cpu-max
Version

Version

1.5
Type

Type

jar
Description

Description

formula-cpu-max
Implements PowerAPI CPU Formula module in only taking into account the maximum CPU frequency and its associated voltage. CPU energy computation is based on the well-known formula: P = c * f * V * V where c constant, f a frequency and V its associated voltage.

Download formula-cpu-max 1.5


<!-- https://jarcasting.com/artifacts/fr.inria.powerapi.formula/formula-cpu-max/ -->
<dependency>
    <groupId>fr.inria.powerapi.formula</groupId>
    <artifactId>formula-cpu-max</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.powerapi.formula/formula-cpu-max/
implementation 'fr.inria.powerapi.formula:formula-cpu-max:1.5'
// https://jarcasting.com/artifacts/fr.inria.powerapi.formula/formula-cpu-max/
implementation ("fr.inria.powerapi.formula:formula-cpu-max:1.5")
'fr.inria.powerapi.formula:formula-cpu-max:jar:1.5'
<dependency org="fr.inria.powerapi.formula" name="formula-cpu-max" rev="1.5">
  <artifact name="formula-cpu-max" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.powerapi.formula', module='formula-cpu-max', version='1.5')
)
libraryDependencies += "fr.inria.powerapi.formula" % "formula-cpu-max" % "1.5"
[fr.inria.powerapi.formula/formula-cpu-max "1.5"]

Dependencies

compile (5)

Group / Artifact Type Version
fr.inria.powerapi : core jar 1.5
fr.inria.powerapi.sensor : sensor-cpu-api jar 1.5
fr.inria.powerapi.formula : formula-cpu-api jar 1.5
org.scala-lang : scala-library jar 2.9.1
com.typesafe.akka » akka-actor jar 2.0.1

test (3)

Group / Artifact Type Version
com.typesafe.akka » akka-testkit jar 2.0.1
junit : junit jar 4.8.1
org.scalatest : scalatest_2.9.1 jar 1.8

Project Modules

There are no modules declared in this project.