asv.plugins.snakeviz¶ Classes¶ SnakevizGui A base class to define a Profiler GUI that is available through Module Contents¶ class asv.plugins.snakeviz.SnakevizGui[source]¶ A base class to define a Profiler GUI that is available through the asv profile command. name = 'snakeviz'[source]¶ description = 'snakeviz http://jiffyclub.github.io/snakeviz/'[source]¶ classmethod is_available()[source]¶ Return True is the given GUI tool appears to be installed and available. classmethod open_profiler_gui(profiler_file)[source]¶ Open the profiler GUI to display the results in the given profiler file.