> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# All Function Stats • Rust AI Agent SDK

> all_function_stats: Get all function stats.

# all\_function\_stats

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**PerformanceMonitor**](../classes/PerformanceMonitor) class in the [**telemetry**](../modules/telemetry) module.

Get all function stats.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def all_function_stats(&self) -> Vec<FunctionStats>
```

### Returns

<ResponseField name="Returns" type="Vec<FunctionStats>">
  The result of the operation.
</ResponseField>
