Skip to main content

export_html

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

Signature

def export_html() -> str

Returns

Returns
str
The result of the operation.

Uses

  • cls.get_summary
  • cls.get_statistics

Used By

Source

View on GitHub

praisonai/profiler.py at line 792