ScopedProfiler Class
Definition
Namespace: Brine2D.Performance
Profiles individual scoped execution times. Thread-safe for concurrent scoped execution \(future\-proofing\).
Inheritance System.Object → ScopedProfiler
| Properties | |
|---|---|
| ScopedTimings | Gets all scoped timing data. |
| Methods | |
|---|---|
| BeginScope\(string\) | Begins timing a scope. |
| GetScopeTiming\(string\) | Gets timing data for a specific scope. |
| Reset() | Resets all profiling data. |