[DEV] wrong processing time
This commit is contained in:
parent
5378312ab7
commit
3ebc16ce80
@ -18,7 +18,7 @@ public record EventTime(
|
|||||||
) {
|
) {
|
||||||
|
|
||||||
public float getTimeDeltaCallSecond() {
|
public float getTimeDeltaCallSecond() {
|
||||||
return (float)(this.timeDeltaCall.toNanos() * 0.0000000001);
|
return (float)(this.timeDeltaCall.toNanos() * 0.000000001);
|
||||||
}
|
}
|
||||||
public Duration getApplUpTime() {
|
public Duration getApplUpTime() {
|
||||||
return Duration.ofNanos(this.currentTime-this.upTime);
|
return Duration.ofNanos(this.currentTime-this.upTime);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user