asv.plugins.runsnake¶ Classes¶ RunSnakeRunGui A base class to define a Profiler GUI that is available through Module Contents¶ class asv.plugins.runsnake.RunSnakeRunGui[source]¶ A base class to define a Profiler GUI that is available through the asv profile command. name = 'runsnake'[source]¶ description = 'RunSnakeRun http://www.vrplumber.com/programming/runsnakerun/'[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.