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

/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DCmpRuns.py63 class HistogramType(str, Enum): class in inherits:str, Enum
348 histogram: Optional[HistogramType] = None
386 if histogram == HistogramType.RELATIVE:
390 elif histogram == HistogramType.LOG_RELATIVE:
394 elif histogram == HistogramType.ABSOLUTE:
545 histogram: Optional[HistogramType] = None,
H A DSATest.py57 choices = [CmpRuns.HistogramType.RELATIVE.value,
58 CmpRuns.HistogramType.LOG_RELATIVE.value,
59 CmpRuns.HistogramType.ABSOLUTE.value]

Completed in 128 milliseconds