> ## Documentation Index
> Fetch the complete documentation index at: https://prism-ddf93e61.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# profile_transaction

> Analyzes resource hotspots.

```rust theme={null}
pub fn profile_transaction(
    trace: &TraceTimeline
) -> Result<ResourceProfile, PrismError>
```

Post-processes an execution trace to identify the most expensive operations and budget-critical segments.
