summaryrefslogtreecommitdiff
path: root/doc/classes/EngineProfiler.xml
AgeCommit message (Collapse)Author
2022-02-10Fix typos with codespellRĂ©mi Verschelde
Using codespell 2.2-dev from current git. Added `misc/scripts/codespell.sh` to make it easier to run it once in a while and update the skip and ignore lists.
2022-02-06[Debugger] New extensible EngineProfiler class.Fabio Alessandrelli
Uses GDExtension, replaces old Callable system for profilers, and is also used internally.