> ## 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.

# Slowest Functions • Rust AI Agent SDK

> slowest_functions: Get slowest functions.

# slowest\_functions

<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 slowest functions.

## Signature

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

## Parameters

<ParamField query="limit" type="usize" required={true}>
  No description available.
</ParamField>

### Returns

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