summaryrefslogtreecommitdiff
path: root/editor/debugger/editor_profiler.h
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2022-05-05 20:23:47 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2022-05-05 20:23:47 +0200
commit79be2c7b75aed74541172187ce0d5249d129768d (patch)
tree9c57b663ffbba1041df7dc1484223635dd84da0f /editor/debugger/editor_profiler.h
parentefd6e4da0c506d0f6755f242484aba1bdc762b6e (diff)
Rename profiler "Idle Time" to "Process Time"
References to "idle time" are progressively being replaced by "process time" throughout the engine to avoid confusion.
Diffstat (limited to 'editor/debugger/editor_profiler.h')
-rw-r--r--editor/debugger/editor_profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/debugger/editor_profiler.h b/editor/debugger/editor_profiler.h
index 1a65e2e3d6..2aef654a2f 100644
--- a/editor/debugger/editor_profiler.h
+++ b/editor/debugger/editor_profiler.h
@@ -49,7 +49,7 @@ public:
int frame_number = 0;
float frame_time = 0;
- float idle_time = 0;
+ float process_time = 0;
float physics_time = 0;
float physics_frame_time = 0;