Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

set_line_profile_data

Method
This is a method of the Profiler class in the profiler module.
Store line-level profiling data.

Signature

def set_line_profile_data(func_name: str, data: Any) -> None

Parameters

func_name
str
required
No description available.
data
Any
required
No description available.

Uses

  • cls.is_enabled

Used By

Source

View on GitHub

praisonai/profiler.py at line 686

Agent Profiles

Profiling