joerick/pyinstrument

Profiler().write_html() does not accept "show_all" argument, in contrast with API docs

JasperHofman opened this issue · 3 comments

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.

Ah, it looks like that was added but not yet released. I'll try to get a release out soon.