summaryrefslogtreecommitdiffstats
path: root/doc/classes/EngineProfiler.xml
Commit message (Collapse)AuthorAgeFilesLines
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-7/+7
|
* Rename profiler "Idle Time" to "Process Time"Hugo Locurcio2022-05-051-2/+2
| | | | | References to "idle time" are progressively being replaced by "process time" throughout the engine to avoid confusion.
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Fix typos with codespellRémi Verschelde2022-02-101-2/+2
| | | | | | | 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.
* [Debugger] New extensible EngineProfiler class.Fabio Alessandrelli2022-02-061-0/+39
Uses GDExtension, replaces old Callable system for profilers, and is also used internally.