debug print
This commit is contained in:
parent
b49b957ad0
commit
c2ba9fa534
|
|
@ -621,7 +621,7 @@ Power::findInputInternalPower(const Pin *pin,
|
||||||
float port_internal = energy * duty * activity.activity();
|
float port_internal = energy * duty * activity.activity();
|
||||||
debugPrint7(debug_, "power", 2, " %3s %6s %.2f %.2f %9.2e %9.2e %s\n",
|
debugPrint7(debug_, "power", 2, " %3s %6s %.2f %.2f %9.2e %9.2e %s\n",
|
||||||
port->name(),
|
port->name(),
|
||||||
when->asString(),
|
when ? when->asString() : "",
|
||||||
activity.activity() * 1e-9,
|
activity.activity() * 1e-9,
|
||||||
duty,
|
duty,
|
||||||
energy,
|
energy,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue