Skip to content

Profiler Type

Class full path: TestHelper.ProfileUtil.ProfilerType

Bases: IntEnum

Definition of profiler types

Attributes

AUSTIN = 4 class-attribute instance-attribute

C_PROFILE = 1 class-attribute instance-attribute

LINE_PROFILER = 3 class-attribute instance-attribute

PY_INSTRUMENT = 2 class-attribute instance-attribute