Skip to content

ProfilerType

Canonical path: TestHelper.ProfileUtil.ProfilerType

Bases: IntEnum

Definition of profiler types

Attributes:

AUSTIN class-attribute instance-attribute

AUSTIN = 4

C_PROFILE class-attribute instance-attribute

C_PROFILE = 1

LINE_PROFILER class-attribute instance-attribute

LINE_PROFILER = 3

PY_INSTRUMENT class-attribute instance-attribute

PY_INSTRUMENT = 2