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.

export_json

Method
This is a method of the Profiler class in the profiler module.
Export profiling data as JSON.

Signature

def export_json() -> str

Returns

Returns
str
The result of the operation.

Uses

  • cls.get_summary
  • cls.get_statistics
  • asdict
  • json.dumps

Used By

Source

View on GitHub

praisonai/profiler.py at line 772