Expand description

Interface to Godot’s built-in profiler.

Re-exports

pub use _profile_sig as profile_sig;

Structs

A string encoding information about the code being profiled for Godot’s built-in profiler.

Functions

Add a data point to Godot’s built-in profiler. The profiler only has microsecond precision. Sub-microsecond time is truncated.

Times a closure and adds the measured time to Godot’s built-in profiler with the given signature, and then returns it’s return value.