asv.profiling

Classes

ProfilerGui

A base class to define a Profiler GUI that is available through

Module Contents

class asv.profiling.ProfilerGui[source]

A base class to define a Profiler GUI that is available through the asv profile command.

name = None[source]
description = None[source]
classmethod is_available()[source]
Abstractmethod:

Return True is the given GUI tool appears to be installed and available.

classmethod open_profiler_gui(profiler_file)[source]
Abstractmethod:

Open the profiler GUI to display the results in the given profiler file.