[docs]defis_available(cls):""" Return `True` is the given GUI tool appears to be installed and available. """raiseNotImplementedError()
@classmethod
[docs]defopen_profiler_gui(cls,profiler_file):""" Open the profiler GUI to display the results in the given profiler file. """raiseNotImplementedError()