# V2 Performance Analytics

`@v2/performance-analytics` builds the Phase 72.5.2.9 performance analytics
surface for FPS distribution by hardware tier, settings preset adoption, and
hitching frequency.

The package composes `@v2/client-performance-telemetry` and aggregates
`v2.client.performance.sampled` windows into operator-ready performance rows. It
applies the `v2-performance-analytics-v1` policy and exposes only hashed-account
aggregates.

Targeted verification:

```bash
pnpm --filter @v2/performance-analytics run typecheck
pnpm --filter @v2/performance-analytics run test
python V2/ue/Tools/check-v2-performance-analytics.py
```
