+
Avg (60s):
- ${this.averageFPS}
-
+
Frame:
- ${this.frameTime}ms
+
+ Tick Exec:
+ ${this.tickExecutionAvg.toFixed(2)}ms
+ (max: ${this.tickExecutionMax}ms)
+
+
+ Tick Delay:
+ ${this.tickDelayAvg.toFixed(2)}ms
+ (max: ${this.tickDelayMax}ms)
+
`;
}
diff --git a/src/client/index.html b/src/client/index.html
index ae46d19e8..03f2efad8 100644
--- a/src/client/index.html
+++ b/src/client/index.html
@@ -405,7 +405,7 @@
-
+
;
+ tickExecutionDuration?: number;
}
export interface ErrorUpdate {