Skip to main content

export_to_file

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

Signature

Parameters

str
required
No description available.
str
default:"'json'"
No description available.

Uses

  • cls.export_json
  • cls.export_html
  • ValueError
  • f.write

Source

View on GitHub

praisonai/profiler.py at line 868