[DEV] wrong processing time

This commit is contained in:
Edouard DUPIN 2021-05-31 23:01:47 +02:00
parent 5378312ab7
commit 3ebc16ce80

View File

@ -18,7 +18,7 @@ public record EventTime(
) {
public float getTimeDeltaCallSecond() {
return (float)(this.timeDeltaCall.toNanos() * 0.0000000001);
return (float)(this.timeDeltaCall.toNanos() * 0.000000001);
}
public Duration getApplUpTime() {
return Duration.ofNanos(this.currentTime-this.upTime);