Home
last modified time | relevance | path

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

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