UltEvents.Benchmarks Namespace

Summary

Performance tests.

Class Types

Class Summary
BenchmarkTestMethods Dummy methods for performance testing events.
EnableBenchmark A simple performance test which calls UltEvents.Benchmarks.EnableBenchmark.Test a specified number of times in UltEvents.Benchmarks.EnableBenchmark.OnEnable and logs the amount of time it takes.
EnableBenchmarkUltEvent An UltEvents.Benchmarks.EnableBenchmark which invokes an UltEvents.UltEvent.
EnableBenchmarkUnityEvent An UltEvents.Benchmarks.EnableBenchmark which invokes a UnityEngine.Events.UnityEvent.
ResourceInstantiateBenchmark A simple performance test that loads and instantiates a prefab to test how long it takes.