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.

report

Method
This is a method of the Profiler class in the profiler module.
Generate and output profiling report.

Signature

def report(output: str) -> str

Parameters

output
str
default:"'console'"
No description available.

Returns

Returns
str
The result of the operation.

Uses

  • cls.get_summary

Source

View on GitHub

praisonai/profiler.py at line 408