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

# Get Summary • AI Agents Framework

> get_summary: Get profiling summary.

# get\_summary

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

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

Get profiling summary.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_summary() -> Dict[str, Any]
```

### Returns

<ResponseField name="Returns" type="Dict[str, Any]">
  The result of the operation.
</ResponseField>

## Used By

* [`Profiler.report`](../functions/Profiler-report)
* [`Profiler.export_json`](../functions/Profiler-export_json)
* [`Profiler.export_html`](../functions/Profiler-export_html)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/profiler.py#L380">
  `praisonai/profiler.py` at line 380
</Card>
