What is idle time in profiler?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By supper_raptor

What does idle time mean?

why https://forum.godotengine.org/66877/why-is-idle-time-in-profiler-too-high

:bust_in_silhouette: Reply From: Calinou

Idle time refers to the time spent in scripts’ _process() methods, in addition to rendering and Godot’s internal CPU usage (everything that’s not physics-related).

1 Like
:bust_in_silhouette: Reply From: ProggerParrot

When the idle-time is too high, then your _process() is waiting for something to finish… maybe vsync or any other timer-consuming function.
This video will definitely helps you.

This is not a video!

Nevermind. Me being blind.

hedin_hiervard | 2020-06-11 12:42