profiler documentation

This commit is contained in:
Jill 2022-09-29 00:42:36 +03:00
parent 88cd1e3a73
commit fd1a0b0427
2 changed files with 8 additions and 1 deletions

View File

@ -120,6 +120,7 @@ Uranium Template originally formed during the creation of a currently unreleased
- [`rng:jump(): void`](#rngjump-void)
- [`rng:longJump(): void`](#rnglongjump-void)
- [`ease`](#ease)
- [`profiler`](#profiler)
- [`util`](#util)
- [`aft`](#aft)
- [`noautplay`](#noautplay)
@ -986,6 +987,12 @@ _Exports globals_
A direct copy of [Mirin Template's `ease.lua`](https://github.com/XeroOl/notitg-mirin/blob/master/template/ease.lua), for convinience. See the docs for those [**here**](https://xerool.github.io/notitg-mirin/docs/eases.html).
### `profiler`
_Defines callbacks_
A simple profiler for Uranium Template's callback system. Require it and it'll display in the left-top corner of your screen, showing what callback functions are taking the longest to run.
### `util`
_Exports globals_

@ -1 +1 @@
Subproject commit 4e8ba205621df4df01643dc6eea181656fc23bf8
Subproject commit 208321b864754a2b512724d050747ba4b5678889