pyinstrument
pyinstrument copied to clipboard
Profiler().write_html() does not accept "show_all" argument, in contrast with API docs
Profiler().write_html() does not accept "show_all" argument, in contrast with API docs. Overwriting this in the code by providing the HTMLRenderer() object with the "show_all" parameter solves the issue
Hi there. What do you mean by 'show_false'? I don't see this in the API docs.
https://pyinstrument.readthedocs.io/en/latest/reference.html#pyinstrument.Profiler.write_html
My appologies, I meant "show_all".
Ah, it looks like that was added but not yet released. I'll try to get a release out soon.