Searched refs:HistogramType (Results 1 – 2 of 2) sorted by relevance
63 class HistogramType(str, Enum): class351 histogram: Optional[HistogramType] = None argument389 if histogram == HistogramType.RELATIVE:393 elif histogram == HistogramType.LOG_RELATIVE:397 elif histogram == HistogramType.ABSOLUTE:548 histogram: Optional[HistogramType] = None, argument
58 choices = [CmpRuns.HistogramType.RELATIVE.value,59 CmpRuns.HistogramType.LOG_RELATIVE.value,60 CmpRuns.HistogramType.ABSOLUTE.value]