# Sandbox.UI.RootPanel.Stats

```csharp
RenderStatistics Stats { get; set; }
```

Statistics for this root's last completed render, including its most recent command preparation.
Returns an immutable snapshot. All values are zero until the root's command list has executed.

Declared in [Sandbox.UI.RootPanel](/api/Sandbox.UI.RootPanel).
Assembly: `Sandbox.Engine`.
