summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-10-16 22:39:35 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-10-16 22:39:35 +0300
commit2419d0029ac36952aaa74b685d529a3592adb6aa (patch)
treeeb0c1fa1aa1167611e72d83f69bf16cf466a8466 /src/game.cpp
parentb8f2dcea4de03b21f353240935a3295f237f258f (diff)
downloadminetest-2419d0029ac36952aaa74b685d529a3592adb6aa.tar.gz
minetest-2419d0029ac36952aaa74b685d529a3592adb6aa.tar.bz2
minetest-2419d0029ac36952aaa74b685d529a3592adb6aa.zip
Some more profiler stuff to get the hang on what really uses CPU
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 276857f80..e666e084d 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1070,7 +1070,7 @@ void the_game(
object_hit_delay_timer -= dtime;
- g_profiler->add("Elapsed time", dtime * 1000);
+ g_profiler->add("Elapsed time", dtime);
/*
Log frametime for visualization