class documentation

class AppProfiler: (source)

Constructor: AppProfiler(options)

View In Hierarchy

Class which selects a specific profile runner based on configuration options.

Method __init__ Undocumented
Class Variable profilers Undocumented
Instance Variable profiler the name of the selected profiler.
Instance Variable run Undocumented
def __init__(self, options): (source)

Undocumented

profilers = (source)

Undocumented

profiler: str = (source)

the name of the selected profiler.

Undocumented