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

# Timing Record • AI Agents Framework

> TimingRecord: Record of a single timing measurement.

# TimingRecord

> Defined in the [**profiler**](../modules/profiler) module.

<Badge color="purple">AI Agents Framework</Badge>

Record of a single timing measurement.

Extends the core SDK's `TimingRecord` (single owner in
`praisonaiagents.profiling`) with the wrapper-only `file`/`line`
fields and a `function` default category. Defaults keep both existing
test suites and consumers green.

## Properties

<ResponseField name="category" type="str">
  No description available.
</ResponseField>

<ResponseField name="file" type="str">
  No description available.
</ResponseField>

<ResponseField name="line" type="int">
  No description available.
</ResponseField>

## Source

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