Searched refs:HistogramType (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DCmpRuns.py63 class HistogramType(str, Enum): class in inherits:str, Enum
351 histogram: Optional[HistogramType] = None
389 if histogram == HistogramType.RELATIVE:
393 elif histogram == HistogramType.LOG_RELATIVE:
397 elif histogram == HistogramType.ABSOLUTE:
548 histogram: Optional[HistogramType] = None,
H A DSATest.py58 choices = [CmpRuns.HistogramType.RELATIVE.value,
59 CmpRuns.HistogramType.LOG_RELATIVE.value,
60 CmpRuns.HistogramType.ABSOLUTE.value]

Completed in 73 milliseconds