asv.plugins.kcachegrind¶ Classes¶ KCachegrindGui A base class to define a Profiler GUI that is available through Module Contents¶ class asv.plugins.kcachegrind.KCachegrindGui[source]¶ A base class to define a Profiler GUI that is available through the asv profile command. name = 'kcachegrind'[source]¶ description = 'kcachegrind through pyprof2calltree'[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.