Expand description
Interface to Godot’s built-in profiler.
Macros§
- Convenience macro to create a profiling signature with a given tag.
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.