This commit is contained in:
NoryiE
2025-10-29 17:18:10 +00:00
parent 00a9ce5632
commit c9bdfc6a69
22 changed files with 175 additions and 175 deletions

View File

@@ -42,7 +42,7 @@ Enables benchmarking for a method
* `BaseElement` `self` The element instance
### Usage
```lua run
```lua
element:benchmark("render")
```
@@ -99,7 +99,7 @@ Enables benchmarking for a container and all its children
* `Container` `self` The container instance
### Usage
```lua run
```lua
container:benchmarkContainer("render")
```