is not current version
Last Version 1.3.2

fr.inria.powerapi.formula:formula-cpu-general 1.2

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.

Categories

Categories

ORM Data
GroupId

GroupId

fr.inria.powerapi.formula
ArtifactId

ArtifactId

formula-cpu-general
Version

Version

1.2
Type

Type

jar

Download formula-cpu-general 1.2


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