This commit is contained in:
NoryiE
2025-02-15 17:19:16 +00:00
parent 4d99507f4f
commit c6a89e5b35
13 changed files with 155 additions and 9 deletions

View File

@@ -1,7 +1,18 @@
Will temporary exist while developing, maybe i will create a benchmark plugin in future
## Benchmark.start()
## BaseElement:benchmark()
## Benchmark.stop()
## BaseElement:endProfile()
## Benchmark.update()
## BaseElement:getBenchmarkStats()
## BaseElement:logBenchmark()
## BaseElement:startProfile()
## BaseElement:stopBenchmark()
## Container:benchmarkContainer()
## Container:logContainerBenchmarks()
## Container:stopContainerBenchmark()