v4.6.0
- Adds a feature
-c
, which allows profiling code directly from the command line, likepython -c
. (#271) - Adds a convenience method
Profiler.write_html
, for writing HTML output to a file directly. (#266)
-c
, which allows profiling code directly from the command line, like python -c
. (#271)Profiler.write_html
, for writing HTML output to a file directly. (#266)