summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-03-21 16:32:51 +0000
committeronelin <oscar@nelin.dk>2025-03-21 16:32:51 +0000
commit5c2d20138f12dfd1de71632d6639b24ac3b21c7b (patch)
tree637a25702f961e7507e087256c952953e01ff41d /src/core
parent8d0c070971d53eedce1d5f1c4412e08f7f0e8795 (diff)
Fix performance formatting
Diffstat (limited to 'src/core')
-rw-r--r--src/core/src/loop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/src/loop.c b/src/core/src/loop.c
index 49810ef..e54420f 100644
--- a/src/core/src/loop.c
+++ b/src/core/src/loop.c
@@ -374,8 +374,8 @@ i32 engine_run(Platform* p, StateType initial_state, void* state_arg) {
printf(" FPS: %.1f"
"\tticks: %lu"
- "\tframetime: %lu.%lums"
- "\trendertime: %lu.%lums"
+ "\tframetime: %lu.%03lums"
+ "\trendertime: %lu.%03lums"
"\n"
, ((f64)(ticks - last_fps_ticks)) / ((f64)dt_measurement / 1000000.0)
, ticks